| 
							
							;This isn't really an assembly file, its just here to run the test.
 | 
						
						
						
						
							 | 
							
							;This test just makes sure that llvm-ar can generate a symbol table for
 | 
						
						
						
						
							 | 
							
							;xpg4 style archives
 | 
						
						
						
						
							 | 
							
							;RUN: cp %p/xpg4.a %t.xpg4.a
 | 
						
						
						
						
							 | 
							
							;RUN: llvm-ranlib %t.xpg4.a
 | 
						
						
						
						
							 | 
							
							;RUN: llvm-ar t %t.xpg4.a > %t1
 | 
						
						
						
						
							 | 
							
							;RUN: diff %t1 %p/xpg4.toc
 |