Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/test/native/tests/TestGlobalNamespace.hx
2026-05-22 11:54:15 -07: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);
}
}