1void g(); 2 3struct two {}; 4void one(); 5struct three {}; // for verification 6 7void many(int k); 8struct many; 9void many(int l); 10struct many {}; 11 12void noret() __attribute__((noreturn)); 13