aboutsummaryrefslogtreecommitdiff
path: root/tests/sizeof-compound-literal.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sizeof-compound-literal.c')
-rw-r--r--tests/sizeof-compound-literal.c1
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};