aboutsummaryrefslogtreecommitdiff
path: root/test/const-init.c
blob: 4d338886c70033785541663443ff703ed3adfb64 (plain)
1
const struct {struct {int x, y;} t;} s = {{{1}, 2}};