Files
swift-mirror/validation-test/compiler_crashers_2_fixed/Inputs/0212-header.h
Doug Gregor 4fccfccadf [Clang importer] Don't insert members found via lookup into the wrong context.
Discovered while investigating rdar://85840928.
2021-12-01 09:57:32 -08:00

4 lines
43 B
C

typedef struct {
double x, y;
} MyPoint;