Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c20482b10ee4ffcea31f67392743ccdf6df1f7f4
/
.
/
test
/
Sema
/
implicit-def.c
blob: ea42d0c1c801eff13081d8c826b8c091fe9b3a4e [
file
] [
log
] [
blame
]
/* RUN: clang -fsyntax-only %s -std=c89 &&
* RUN: not clang -fsyntax-only %s -std=c99 -pedantic-errors
*/
int
A
()
{
return
X
();
}