9 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
 | 
						|
// RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
 | 
						|
 | 
						|
// CHECK: @"\01L_OBJC_SELECTOR_REFERENCES_" = internal externally_initialized global
 | 
						|
 | 
						|
void test(id x) {
 | 
						|
  [x doSomething];
 | 
						|
}
 |