uce/test/inc-test.cpp
2021-12-09 03:01:10 +00:00

5 lines
54 B
C++

void test_output()
{
print("hello from include!");
}