2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-25 17:31:30 +00:00
rules_cc/examples/custom_toolchain/buildme.cc

5 lines
37 B
C++

int some_function() {
return 0;
}