diff options
Diffstat (limited to 'tests/sizeof-compound-literal.c')
-rw-r--r-- | tests/sizeof-compound-literal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sizeof-compound-literal.c b/tests/sizeof-compound-literal.c deleted file mode 100644 index b25d06a..0000000 --- a/tests/sizeof-compound-literal.c +++ /dev/null @@ -1 +0,0 @@ -int x = sizeof (int){1}; |