Files
swift-mirror/test/ClangImporter/MixedSource/Inputs/broken-modules/BrokenClangModule.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

12 lines
177 B
C

int conflict;
typedef int conflict;
#line 42 "a-fake-file.h"
int conflict2;
typedef int conflict2;
#define I __extension__ conflict
int I;
int lastLineOfFileWithoutSemicolon