Files
swift-mirror/test/SILOptimizer/Inputs/include/Gizmo.h

9 lines
46 B
C

struct Drill {
int x;
int y : 1;
};