mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-28 21:34:00 +00:00
4 lines
59 B
C
4 lines
59 B
C
|
int foo();
|
||
|
int bar();
|
||
|
int main() { return foo() + bar(); }
|