Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mach-o / err-syms-1.s
CommitLineData
b22161d6
IS
1# { dg-do assemble }
2
3 .globl a
4a: .space 1
5 .local a
6
7 .private_extern b
8b: .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 }
This page took 0.313163 seconds and 4 git commands to generate.