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