mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
c81141af1d
rdar://problem/56784375
4 lines
44 B
C
4 lines
44 B
C
struct EmptyStructC {
|
|
int trailing[0];
|
|
};
|