mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-26 20:02:22 +00:00
3d5980e5cb
RELNOTES: None. PiperOrigin-RevId: 235869541
4 lines
59 B
C
4 lines
59 B
C
int foo();
|
|
int bar();
|
|
int main() { return foo() + bar(); }
|