Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
7a31d7b9e46db6c067567231923574b96c012462
/
.
/
test
/
PCH
/
nonvisible-external-defs.h
blob: a36fc2ea468c16a807283162af21cf826fc9a5d8 [
file
] [
log
] [
blame
]
Douglas Gregor
14c22f2
2009-04-22 22:18:58 +0000
[
diff
] [
blame
]
1
// Helper for PCH test nonvisible-external-defs.h
2
3
4
5
6
7
8
9
void
f
()
{
10
extern
int
g
(
int
,
int
);
11
}