rules_cc/examples/my_c_archive/main.c

4 lines
59 B
C
Raw Permalink Normal View History

int foo();
int bar();
int main() { return foo() + bar(); }