diff options
Diffstat (limited to 'llvm/test/CFrontend/2003-08-29-StructLayoutBug.c')
| -rw-r--r-- | llvm/test/CFrontend/2003-08-29-StructLayoutBug.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CFrontend/2003-08-29-StructLayoutBug.c b/llvm/test/CFrontend/2003-08-29-StructLayoutBug.c deleted file mode 100644 index a5f6fb106ff..00000000000 --- a/llvm/test/CFrontend/2003-08-29-StructLayoutBug.c +++ /dev/null @@ -1,10 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null - -struct foo { - unsigned int I:1; - unsigned char J[1]; - unsigned int K:1; - }; - -void test(struct foo *X) {} - |

