aboutsummaryrefslogtreecommitdiff
path: root/test/sizeof-compound-literal.c
blob: b25d06aa3debdab7de2a6410d28fd9800df22901 (plain)
1
int x = sizeof (int){1};