tests/c.php
2024-03-10 15:57:35 +01:00

12 lines
101 B
PHP

#include <stdio.h>
signed main(){
int a = 10;
/*
<?php
echo "\thorror\n";
?>
*/
return a;
}