1 2 3 4 5 6 7 8 9
#include<stdio.h> class Test {}; // This will fail in C mode int main() { printf("hello, world!\n"); return 1; }