xref: /aosp_15_r20/external/bazelbuild-rules_cc/examples/custom_toolchain/buildme.cc (revision eed53cd41c5909d05eedc7ad9720bb158fd93452)
1*eed53cd4SHONG Yifan 
some_function()2*eed53cd4SHONG Yifan int some_function() {
3*eed53cd4SHONG Yifan   return 0;
4*eed53cd4SHONG Yifan }
5