Next round of pattern isel changes, mostly dealing with calls.
[oota-llvm.git] / test / CFrontend / 2004-01-01-UnknownInitSize.c
index 076c54b39f9fb97e62caa9d87dbb77641a23afad..7de3aba41acfd4118e6af9d7f3f638d2daaa8bbf 100644 (file)
@@ -1,7 +1,10 @@
+// RUN: %llvmgcc -S %s -o /dev/null
+
 /*
  * This regression test ensures that the C front end can compile initializers
  * even when it cannot determine the size (as below).
- */
+ * XFAIL: *
+*/
 struct one
 {
   int a;