mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
63 B
C
11 lines
63 B
C
|
|
struct S {
|
|
int a;
|
|
union {
|
|
int b;
|
|
int c;
|
|
};
|
|
};
|
|
|
|
|