#include /* C/Python polyglot, will be parsed as C print "[py](c) hello world"; x = ''' */ /* 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](py) hello world"); } /* 12345 */ #define x /* '''#*/