1 ; RUN: llc < %s -mtriple=i686-pc-linux-gnu | FileCheck %s -check-prefix=LINUX
2 ; RUN: llc < %s -mtriple=i686-apple-darwin8 | FileCheck %s -check-prefix=DARWIN
4 @a = hidden global i32 0
5 @b = external global i32
7 define weak hidden void @t1() nounwind {
11 ; DARWIN: .private_extern _t1
16 define weak void @t2() nounwind {
21 ; DARWIN: .private_extern _a