#include <stdio.h> void main(void) {printf(\"%s\", \"%s\");}", "#include <stdio.h> void main(void) {printf(\"%s\", \"%s\");}");}
Standard input is empty
cc1: warnings being treated as errors prog.c:3: error: return type of ‘main’ is not ‘int’ prog.c:3:25: error: missing terminating " character prog.c: In function ‘main’: prog.c:3: error: missing terminating " character prog.c:5: error: expected expression before ‘void’ prog.c:5: error: stray ‘\’ in program prog.c:5:45: error: missing terminating " character prog.c:5: error: missing terminating " character prog.c:7: error: stray ‘\’ in program prog.c:7: error: format not a string literal and no format arguments prog.c:7: error: expected declaration or statement at end of input
Standard output is empty