mirror of
https://github.com/apple/swift.git
synced 2026-01-02 22:53:12 +01:00
Previously it crashed; now it (correctly) does nothing. <rdar://problem/17887975> Swift SVN r20921
11 lines
176 B
C
11 lines
176 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 |