mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
782b777658
rdar://108867547
11 lines
63 B
C
11 lines
63 B
C
|
|
struct S {
|
|
int a;
|
|
union {
|
|
int b;
|
|
int c;
|
|
};
|
|
};
|
|
|
|
|