Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c20482b10ee4ffcea31f67392743ccdf6df1f7f4
/
.
/
test
/
SemaCXX
/
statements.cpp
blob: bfd8af5fa978a429c74858c90f50e63514ef3776 [
file
] [
log
] [
blame
]
// RUN: clang %s -fsyntax-only -pedantic
void
foo
()
{
return
foo
();
}