1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
12 lines
96 B
C
12 lines
96 B
C
// Helper for PCH test nonvisible-external-defs.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void f() {
|
|
extern int g(int, int);
|
|
}
|