1 2 3 4 5 6
// compile-fail // https://github.com/jyn514/rcc/issues/212 void f(); int main() { return (int)f(); }