mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-30 20:40:28 -04:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			91 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			91 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|  | 
 | ||
|  | #ifndef __clang__
 | ||
|  | #  error "This test is for Clang only"
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | int main() | ||
|  | { | ||
|  | 	return 0; | ||
|  | } |