llvm-project/llvm/test/FrontendC/2004-05-21-IncompleteEnum.c

6 lines
83 B
C
Raw Normal View History

// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
2004-11-07 06:41:00 +08:00
2004-04-22 02:49:35 +08:00
void test(enum foo *X) {
}