1 ; RUN: llc < %s -march=x86 -mtriple=i386-linux | FileCheck %s
4 @"$bar" = global i32 zeroinitializer
5 @"$qux" = external global i32
7 define i32 @"$foo"() nounwind {
11 %m = load i32, i32* @"$bar"
12 %n = load i32, i32* @"$qux"
14 %u = call i32 @"$hen"(i32 %t)
18 declare i32 @"$hen"(i32 %a)