extern "C" void print(const char* str); int main() { print("Hello, World!"); }