fork download
  1. #define a /*
  2. #<?php echo "CI-3641 Rocks!"; exit(); ?>
  3. sub 'echo {print @_; print "\n"}
  4. #' 2>/dev/null
  5. # \
  6. echo "CI-3641 Rocks!"; exit;
  7. # \
  8. sub puts{};
  9. puts "CI-3641 Rocks!";
  10. #*/
  11. #include <stdio.h>
  12. #define sub main
  13. #define asdf ()
  14. sub asdf { printf("CI-3641 Rocks!\n");}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Mozart Compiler 1.4.0 (20080704) playing Oz 3

%%% feeding file prog.oz

%*************************** parse error ************************
%**
%** syntax error, unexpected '#'
%**
%** in file "./prog.oz", line 1, column 0
%** ------------------ rejected (1 error)
stdout
Standard output is empty