aboutsummaryrefslogtreecommitdiff
path: root/tests/compound-literal-static.c
blob: 1b1afc97129010c05bd8ba12f0b2e757763d5a55 (plain)
1
int *x = &(int){2};