1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
13 lines
182 B
C
13 lines
182 B
C
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));
|