LNXSDK/Kha/Backends/Kinc-hxcpp/khacpp/test/native/tests/TestGlobalNamespace.hx
2025-01-22 16:18:30 +01:00

13 lines
184 B
Haxe
Executable File

package tests;
class TestGlobalNamespace extends haxe.unit.TestCase
{
var shortPtr:externs.ShortPtr;
public function testGen()
{
assertTrue(true);
}
}