xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/native_deps/direct.cc (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan #include "direct.h"
2*d4726bddSHONG Yifan 
MakeRustStruct()3*d4726bddSHONG Yifan RustStruct MakeRustStruct() {
4*d4726bddSHONG Yifan     RustStruct result;
5*d4726bddSHONG Yifan     return result;
6*d4726bddSHONG Yifan }
7