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

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