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