2 ; RUN: llvm-as -o %T/lto.obj %s
4 ; RUN: lld-link /lldemit:llvm /out:%T/lto.bc /entry:main /subsystem:console %T/lto.obj
5 ; RUN: llvm-dis %T/lto.bc -o - | FileCheck %s
7 ; CHECK: define void @main()
9 target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
10 target triple = "x86_64-pc-windows-msvc"