7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
// Minimal exported helper used by the `call_file()` demo page.
|
|
|
|
EXPORT void test_func()
|
|
{
|
|
print("HELLO FROM TEST FUNCTION");
|
|
}
|