Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
113 B
C++
Raw Permalink Normal View History

#include "FunctionLevelLinkingTest.h"
int foo() {
return 0;
}
int main() {
return foo() + bar() + baz();
}