1 2 3 4
// compile-fail // https://github.com/jyn514/rcc/issues/215 typedef int INT; INT main() { return INT; }