9 lines
		
	
	
		
			207 B
		
	
	
	
		
			Matlab
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			207 B
		
	
	
	
		
			Matlab
		
	
	
	
	
	
| // RUN: rm -rf %t
 | |
| // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify -Wno-objc-root-class
 | |
| // expected-no-diagnostics
 | |
| 
 | |
| @import redecl_merge_bottom.prefix;
 | |
| 
 | |
| DeclaredThenLoaded *dtl;
 | |
| 
 | 
