diff options
-rw-r--r-- | test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c b/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c index 30a715b..1fd8a87 100644 --- a/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c +++ b/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c @@ -1,3 +1,4 @@ +// RUN: %llvmgcc -S %s typedef struct { union { struct { } __attribute((packed)); |