--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/corrosion/test/multitarget/multitarget/lib.cpp Wed Aug 28 15:31:51 2024 +0200
@@ -0,0 +1,5 @@
+#include <iostream>
+
+extern "C" void cpp_function(char const *name) {
+ std::cout << "Hello, " << name << "! I'm Cpp!\n";
+}