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

6 lines
83 B
C

// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null
void test(enum foo *X) {
}