1 ; ModuleID = 'test2.cpp'
3 ; Function Attrs: noinline norecurse nounwind optnone sspstrong uwtable
4 define dso_local i32 @main() #0 {
5 %1 = alloca i32, align 4
6 store i32 0, ptr %1, align 4
7 %2 = call i32 @"?f@@YAHXZ"()
11 declare dso_local i32 @"?f@@YAHXZ"() #1
13 !llvm.linker.options = !{!0}
14 !llvm.module.flags = !{!1, !2}
17 !0 = !{!"/FAILIFMISMATCH:\22TEST=2\22"}
18 !1 = !{i32 1, !"wchar_size", i32 2}
19 !2 = !{i32 7, !"PIC Level", i32 2}
20 !3 = !{!"clang version 7.0.1 (tags/RELEASE_701/final)"}