1 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 declare void @this_is_bar1()
5 declare void @this_is_bar2()
6 declare void @this_is_bar3()
8 define hidden void @bar1() {
9 call void @this_is_bar1()
13 define hidden void @bar2() {
14 call void @this_is_bar2()
18 define hidden void @bar3() {
19 call void @this_is_bar3()