brintos

brintos / llvm-project-archived public Read only

0
0
Text · 113 B · fa0030b Raw
10 lines · cpp
1#include "FunctionLevelLinkingTest.h"2 3int foo() {4  return 0;5}6 7int main() {8  return foo() + bar() + baz();9}10