1 2 3 4 5 6
extern { //~ ERROR missing `fn`, `type`, or `static` for extern-item declaration f(); } fn main() { }