gcc does not produce an error: ```c int foo(int x) { goto END; int what; END: return what; } ``` so D is still doing better! D gives an error. (ImportC does not give an error, on purpose!)