Files
swift-mirror/test/ClangImporter/Inputs/enum-stack-protection.h
2023-05-04 09:49:02 +02:00

11 lines
63 B
C

struct S {
int a;
union {
int b;
int c;
};
};