mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
12 lines
177 B
C
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
|