New test.
[oota-llvm.git] / test / CFrontend / 2003-01-30-UnionInit.c
index a6557859fdd04fc69b6f188782addf2721624684..576958442aece266683da089458777a4b2fc7865 100644 (file)
@@ -1,4 +1,4 @@
-// XFAIL: linux,sun,darwin
+// RUN: %llvmgcc -S %s -o /dev/null
 
 union foo {
   struct { char A, B; } X;