diff options
Diffstat (limited to 'tests/initializer-string.c')
-rw-r--r-- | tests/initializer-string.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/initializer-string.c b/tests/initializer-string.c deleted file mode 100644 index c92f897..0000000 --- a/tests/initializer-string.c +++ /dev/null @@ -1,4 +0,0 @@ -char x[] = "hello"; -void f(void) { - char y[] = "hello"; -} |