(*x); /* C/OCaml polyglot, will be parsed as C */ #include /* 12345 */ // 67890 // "12345 /** "67890 **/ char *a = "xxxxx \" /* xxxxx */"; /* 12345 */ char *b = "// xxxxxx"; /* 67890 */ char c = 'x'; // 12345 char d = '\''; /* 67890 */ char e = '/'; /* 12345 */ int main(void) { return/*67890*/puts("[c](ml) hello world"); } /* 12345 */ /*) print_string "[ml](c) hello world\n";;(*/ #define x *)