summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2003-11-20-UnionBitfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2003-11-20-UnionBitfield.c')
-rw-r--r--test/FrontendC/2003-11-20-UnionBitfield.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/FrontendC/2003-11-20-UnionBitfield.c b/test/FrontendC/2003-11-20-UnionBitfield.c
deleted file mode 100644
index f999c20..0000000
--- a/test/FrontendC/2003-11-20-UnionBitfield.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
-
-struct printf_spec {
- unsigned int minus_flag:1;
- char converter;
-};
-
-void parse_doprnt_spec () {
- struct printf_spec spec;
- spec.minus_flag = 1;
-}
-
OpenPOWER on IntegriCloud