xref: /llvm-project/llvm/test/Transforms/FunctionImport/Inputs/comdat.ll (revision 3713bc8a0b38c0c77238e3010e7dd53d50f3c523)
17b1d7937SAmy Huangtarget datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2cee313d2SEric Christophertarget triple = "x86_64-pc-windows-msvc19.0.24215"
3cee313d2SEric Christopher
4cee313d2SEric Christopherdefine void @main() {
5cee313d2SEric Christopherentry:
6*3713bc8aSNikita Popov  call ptr @lwt_fun()
7cee313d2SEric Christopher  ret void
8cee313d2SEric Christopher}
9cee313d2SEric Christopher
10*3713bc8aSNikita Popovdeclare ptr @lwt_fun()
11