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, 0 insertions, 2 deletions
diff --git a/test/FrontendC/2007-03-26-ZeroWidthBitfield.c b/test/FrontendC/2007-03-26-ZeroWidthBitfield.c deleted file mode 100644 index 89bfb8e..0000000 --- a/test/FrontendC/2007-03-26-ZeroWidthBitfield.c +++ /dev/null @@ -1,2 +0,0 @@ -// RUN: %llvmgcc %s -S -o - -struct Z { int :0; } z; |