diff options
Diffstat (limited to 'test/const-init.c')
-rw-r--r-- | test/const-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/const-init.c b/test/const-init.c new file mode 100644 index 0000000..4d33888 --- /dev/null +++ b/test/const-init.c @@ -0,0 +1 @@ +const struct {struct {int x, y;} t;} s = {{{1}, 2}}; |