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