diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CFrontend/2004-05-21-IncompleteEnum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CFrontend/2004-05-21-IncompleteEnum.c b/test/CFrontend/2004-05-21-IncompleteEnum.c new file mode 100644 index 0000000..1e57a97 --- /dev/null +++ b/test/CFrontend/2004-05-21-IncompleteEnum.c @@ -0,0 +1,3 @@ +void test(enum foo *X) { +} + |