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
/
CodeGen
/
2004-05-21-IncompleteEnum.c
blob: 41652d11a4fefdcaa4e7f703023702503d30bd8f (
plain
)
1
2
3
4
5
// RUN: %clang_cc1 -w -emit-llvm %s -o /dev/null
void
test
(
enum
foo
*
X
)
{
}