xref: /aosp_15_r20/external/bazelbuild-rules_rust/util/process_wrapper/fake.cc (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)

main()1*d4726bddSHONG Yifan int main() {
2*d4726bddSHONG Yifan     // Noop on purpose.
3*d4726bddSHONG Yifan     return 0;
4*d4726bddSHONG Yifan }