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