aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/Inputs/module-extern-C.h
blob: a939826e639ee45370845b3db00cefebc85a3537 (plain)
1
2
3
4
5
6
7
extern "C" void foo();
extern "C" {
void bar();
int baz();
double double_func();
}
extern "C++" class CPP;