1 define i32 @sub1(i32 %0) {
6 define i32 @main(i32 %0) {
7 %2 = call i32 @sub1(i32 %0)
11 !llvm.module.flags = !{!0}
14 !0 = !{i32 2, !"Debug Info Version", i32 3}
15 !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, producer: "clang 18.0.0git", emissionKind: FullDebug)
16 !2 = !DIFile(filename: "argc_sub1.c", directory: ".")