tools/corrosion/test/custom_profiles/basic_profiles/main.cpp
branchtransitional_engine
changeset 16021 6a3dc15b78b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/corrosion/test/custom_profiles/basic_profiles/main.cpp	Wed Aug 28 15:31:51 2024 +0200
@@ -0,0 +1,6 @@
+extern "C" void rust_function(char const *name);
+
+
+int main(int argc, char **argv) {
+        rust_function("Cpp");
+}