blob: b8b7d0466dc31f87574fc64640751ec988c8e2de [file] [log] [blame]
void g();
struct two {};
void one();
struct three {}; // for verification
void many(int k);
struct many;
void many(int l);
struct many {};
void noret() __attribute__((noreturn));