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: d6925fe032e912abc34e2f6f98980ef5d131741c (
plain
)
1
2
3
4
5
// RUN: clang-cc %s -fsyntax-only -pedantic
void
foo
()
{
return
foo
();
}