diff options
Diffstat (limited to 'regress/usr.bin/pcc/ccom/mustpass0000.c')
-rw-r--r-- | regress/usr.bin/pcc/ccom/mustpass0000.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/regress/usr.bin/pcc/ccom/mustpass0000.c b/regress/usr.bin/pcc/ccom/mustpass0000.c deleted file mode 100644 index e7ff1688dfb..00000000000 --- a/regress/usr.bin/pcc/ccom/mustpass0000.c +++ /dev/null @@ -1,10 +0,0 @@ -typedef int a; -typedef int b; - -int -main(void) -{ - enum a { a = 1, b = a + 2, c = a + b + 3 }; - - return 0; -} |