mirror of
				https://github.com/roc-lang/roc.git
				synced 2025-10-31 05:04:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| platform "test-platform"
 | |
|     requires {} { main : * }
 | |
|     exposes []
 | |
|     packages {}
 | |
|     imports []
 | |
|     provides [mainForHost]
 | |
| 
 | |
| mainForHost : {} -> {}
 | |
| mainForHost = \{} -> {}
 | 
