mirror of
				https://github.com/boostorg/config.git
				synced 2025-11-04 09:41:39 +01: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;
							 | 
						||
| 
								 | 
							
								}
							 |