index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
statements.cpp
blob: bfd8af5fa978a429c74858c90f50e63514ef3776 (
plain
)
1
2
3
4
5
// RUN: clang %s -fsyntax-only -pedantic
void
foo
()
{
return
foo
();
}