diff options
Diffstat (limited to 'test/CFrontend/2003-01-30-UnionInit.c')
-rw-r--r-- | test/CFrontend/2003-01-30-UnionInit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2003-01-30-UnionInit.c b/test/CFrontend/2003-01-30-UnionInit.c index a655785..4fc2717 100644 --- a/test/CFrontend/2003-01-30-UnionInit.c +++ b/test/CFrontend/2003-01-30-UnionInit.c @@ -1,3 +1,5 @@ +// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null + // XFAIL: linux,sun,darwin union foo { |