]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/COFF/Inputs/gamma.ll
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / COFF / Inputs / gamma.ll
1
2 declare void @f() local_unnamed_addr
3
4 define void @__imp_f() local_unnamed_addr {
5 entry:
6   ret void
7 }
8
9 define void @mainCRTStartup() local_unnamed_addr {
10 entry:
11   tail call void @f()
12   ret void
13 }
14