
Disabled an invalid fix-it which suggested fixes to be applied in system headers for some programs in IDEs like Xcode. rdar://100890960 Differential Revision: https://reviews.llvm.org/D141868
5 lines
71 B
C
5 lines
71 B
C
int func_in_user_header(char * s, unsigned long len)
|
|
{
|
|
return 0;
|
|
}
|