mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
Example:
struct S {int x,y;}
a = {1, 2},
b = {3, 4},
c[] = {a, b}, // new
d[] = {b, (struct S){5,6}}; // new
1.8 KiB
1.8 KiB