Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
void foo(char **c) {
*c = __FILE__;
const char **x = c; // produce a diagnostic
}