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