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