brintos

brintos / llvm-project-archived public Read only

0
0
Text · 86 B · bc60b36 Raw
5 lines · c
1void foo(char **c) {2  *c = __FILE__;3  const char **x = c; // produce a diagnostic4}5