Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2004-05-21-IncompleteEnum.c
blob: 41652d11a4fefdcaa4e7f703023702503d30bd8f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -w -emit-llvm %s -o /dev/null
void
test
(
enum
foo
*
X
)
{
}