llvm-project/clang/test/VFS/Inputs/external-names.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
86 B
C
Raw Normal View History

void foo(char **c) {
*c = __FILE__;
const char **x = c; // produce a diagnostic
}