summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF/Inputs/gamma.ll
blob: 1c78fff2909da399bc1879a0c34a1e787341819d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

declare void @f() local_unnamed_addr

define void @__imp_f() local_unnamed_addr {
entry:
  ret void
}

define void @mainCRTStartup() local_unnamed_addr {
entry:
  tail call void @f()
  ret void
}

OpenPOWER on IntegriCloud