diff options
Diffstat (limited to 'test/FrontendC/2007-03-26-ZeroWidthBitfield.c')
-rw-r--r-- | test/FrontendC/2007-03-26-ZeroWidthBitfield.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FrontendC/2007-03-26-ZeroWidthBitfield.c b/test/FrontendC/2007-03-26-ZeroWidthBitfield.c new file mode 100644 index 0000000000000..89bfb8e1cb09a --- /dev/null +++ b/test/FrontendC/2007-03-26-ZeroWidthBitfield.c @@ -0,0 +1,2 @@ +// RUN: %llvmgcc %s -S -o - +struct Z { int :0; } z; |