Add a RUN line to the test case to make it functional. <rdar://problem/9055247>
authorStuart Hastings <stuart@apple.com>
Wed, 9 Mar 2011 04:02:40 +0000 (04:02 +0000)
committerStuart Hastings <stuart@apple.com>
Wed, 9 Mar 2011 04:02:40 +0000 (04:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127312 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c

index 30a715bd46f2f18cac97a912c84dcce87e05b00d..1fd8a87824646b6526b02f44a48eacaa2cbfaac0 100644 (file)
@@ -1,3 +1,4 @@
+// RUN: %llvmgcc -S %s
 typedef struct {
   union {
     struct { } __attribute((packed));