Files
swift-mirror/test/ClangImporter/Inputs/custom-modules/WeirdCModule.h
Tony Allevato 329261593e Add a test importing a Clang module with non-identifier characters.
This requires no additional work beyond just parsing the identifier because Clang module maps already support such names in quotes.
2025-03-11 17:18:43 -04:00

4 lines
35 B
C

typedef struct {
int value;
} S;