C++程序  |  5行  |  77 B

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