You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			7 lines
		
	
	
		
			129 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			129 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|   | // RUN: %clang_tsan %s -pie -fPIE -o %t && %run setarch x86_64 -R %t
 | ||
|  | // REQUIRES: x86_64-target-arch
 | ||
|  | 
 | ||
|  | int main() { | ||
|  |   return 0; | ||
|  | } |