summaryrefslogtreecommitdiff
path: root/regress/usr.bin/pcc/ccom/init002.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/pcc/ccom/init002.c')
-rw-r--r--regress/usr.bin/pcc/ccom/init002.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/regress/usr.bin/pcc/ccom/init002.c b/regress/usr.bin/pcc/ccom/init002.c
deleted file mode 100644
index 79d94a220a3..00000000000
--- a/regress/usr.bin/pcc/ccom/init002.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* should not compile, but should not crash pcc either */
-struct a {
- struct x {
- int b;
- } c[2];
-} p[2] = { { { 1 }, { 2 } } };