mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Notify clang that we handle outdate PCH files on the client side so there's no need to display the misleading "fatal error: file '...' has been modified since the precompiled header '...' was built". rdar://problem/35036656
6 lines
81 B
C
6 lines
81 B
C
// Dummy file to test PCH loading errors
|
|
|
|
int c_func(int x) {
|
|
return x + 27;
|
|
}
|