Home | History | Annotate | Download | only in mach-o
      1 # { dg-do assemble }
      2 
      3 	.globl a
      4 a:	.space 1
      5 	.local a
      6 
      7 	.private_extern b
      8 b:	.space 1
      9 	.local b
     10 
     11 # { dg-error ".a. previously declared as .global." "" { target *-*-darwin*} 5 }
     12 # { dg-error ".b. previously declared as .private extern." "" { target *-*-darwin*} 9 }
     13