view clang/test/VFS/Inputs/external-names.h @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900 (2020-02-13)
parents
children c4bab56944e8
line wrap: on
line source
void foo(char **c) {
  *c = __FILE__;
  int x = c; // produce a diagnostic
}