blob: bc60b361eabebbc0eeac84c2a4d90da02ea9e0ce [file] [log] [blame]
void foo(char **c) {
*c = __FILE__;
const char **x = c; // produce a diagnostic
}