1
extern "C" void rust_function(char const *name);
2
3
4
int main(int argc, char **argv) {
5
rust_function("Cxx");
6
}