13 lines
		
	
	
		
			184 B
		
	
	
	
		
			Haxe
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			184 B
		
	
	
	
		
			Haxe
		
	
	
		
			Executable File
		
	
	
	
	
package tests;
 | 
						|
 | 
						|
class TestGlobalNamespace extends haxe.unit.TestCase
 | 
						|
{
 | 
						|
   var shortPtr:externs.ShortPtr;
 | 
						|
 | 
						|
   public function testGen()
 | 
						|
   {
 | 
						|
      assertTrue(true);
 | 
						|
   }
 | 
						|
}
 | 
						|
 |