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