4 lines
86 B
C
4 lines
86 B
C
void foo(char **c) {
|
|
*c = __FILE__;
|
|
const char **x = c; // produce a diagnostic
|
|
}
|