Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extern void foo();
extern char FOO_STATIC;
int main() {
foo();
return (int)FOO_STATIC;
}