Fix PR1355: Only compute the SUBPATH and TESTDIR once.
[oota-llvm.git] / test / CFrontend / 2004-05-21-IncompleteEnum.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3 void test(enum foo *X) {
4 }
5