blob: b8b7d0466dc31f87574fc64640751ec988c8e2de [file] [log] [blame]
Sebastian Redl1450ef92010-07-30 17:25:10 +00001void g();
2
3struct two {};
4void one();
5struct three {}; // for verification
Sebastian Redld8c5abb2010-08-02 18:30:12 +00006
7void many(int k);
8struct many;
9void many(int l);
10struct many {};
11
12void noret() __attribute__((noreturn));