gcroot testcase, patch by Eric Christopher.
[oota-llvm.git] / test / CFrontend / 2004-05-21-IncompleteEnum.c
index 1e57a976c5d0d617745262ebfbf47c7c5e574f22..3636ca74293ee660f952b73a4c699d15814233be 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 void test(enum foo *X) {
 }