diff options
Diffstat (limited to 'test/COFF/Inputs/gamma.ll')
-rw-r--r-- | test/COFF/Inputs/gamma.ll | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/COFF/Inputs/gamma.ll b/test/COFF/Inputs/gamma.ll new file mode 100644 index 0000000000000..1c78fff2909da --- /dev/null +++ b/test/COFF/Inputs/gamma.ll @@ -0,0 +1,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 +} + |