blob: b9b3cff9d8277fe3055dee319c89b6154d1ffd11 [file] [edit]
// clang-format off
#include "FunctionLevelLinkingTest.h"
int foo() {
return 0;
}
int main() {
return foo() + bar() + baz();
}