external-names.h 77 Bytes Raw Blame History Permalink 1 2 3 4 void foo(char **c) { *c = __FILE__; int x = c; // produce a diagnostic }