Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/test/native/tests/TestGlobalNamespace.hx

13 lines
184 B
Haxe
Raw Normal View History

2026-05-22 11:54:15 -07:00
package tests;
class TestGlobalNamespace extends haxe.unit.TestCase
{
var shortPtr:externs.ShortPtr;
public function testGen()
{
assertTrue(true);
}
}