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
/
Parser
/
c-namespace.c
blob: ffca15e6a2ebda18a4d4f1f851318de335af8468 (
plain
)
1
2
3
4
5
6
// RUN: clang-cc -fsyntax-only %s
void
bla1
()
{
struct
XXX
;
int
XXX
;
}