Files
swift-mirror/test/ClangImporter/Inputs/macros_redef.h
Jordan Rose 61798ff6ec [test] Rename test/ClangModules to test/ClangImporter. (#5618)
...to match the component in include/ and lib/. No content change.
2016-11-02 18:00:53 -07:00

8 lines
143 B
C

#define BRIDGING_HEADER_1 1
#undef BRIDGING_HEADER_1
#define BRIDGING_HEADER_1 "1"
#define BRIDGING_HEADER_2 2
#define BRIDGING_HEADER_2 "2"