| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
- // Exceptions. See /LICENSE for license information.
- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- //
- // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/none.carbon
- // EXTRA-ARGS: --dump-raw-sem-ir --builtin-sem-ir
- //
- // AUTOUPDATE
- // TIP: To test this file alone, run:
- // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/basics/raw_sem_ir/cpp_interop.carbon
- // TIP: To dump output, run:
- // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/basics/raw_sem_ir/cpp_interop.carbon
- // --- header.h
- struct X {
- X *p;
- };
- void f(X x = {}) {
- }
- // --- import.carbon
- import Cpp library "header.h";
- fn G(x: Cpp.X) {
- Cpp.f();
- Cpp.f(x);
- }
- // CHECK:STDOUT: ---
- // CHECK:STDOUT: filename: import.carbon
- // CHECK:STDOUT: sem_ir:
- // CHECK:STDOUT: import_irs:
- // CHECK:STDOUT: 'import_ir(ApiForImpl)': {decl_id: inst<none>, is_export: false}
- // CHECK:STDOUT: 'import_ir(Cpp)': {decl_id: inst<none>, is_export: false}
- // CHECK:STDOUT: import_ir_insts:
- // CHECK:STDOUT: import_ir_inst0: {ir_id: import_ir(Cpp), clang_source_loc_id: clang_source_loc0}
- // CHECK:STDOUT: import_ir_inst1: {ir_id: import_ir(Cpp), clang_source_loc_id: clang_source_loc1}
- // CHECK:STDOUT: import_ir_inst2: {ir_id: import_ir(Cpp), clang_source_loc_id: clang_source_loc2}
- // CHECK:STDOUT: clang_decls:
- // CHECK:STDOUT: clang_decl_id0: {key: "<translation unit>", inst_id: inst60000010}
- // CHECK:STDOUT: clang_decl_id1: {key: "struct X {}", inst_id: inst60000012}
- // CHECK:STDOUT: clang_decl_id2: {key: {decl: "void f(X x = {})", num_params: 0}, inst_id: inst60000029}
- // CHECK:STDOUT: clang_decl_id3: {key: {decl: "extern void f__carbon_thunk()", num_params: 0}, inst_id: inst6000002C}
- // CHECK:STDOUT: clang_decl_id4: {key: {decl: "void f(X x = {})", num_params: 1}, inst_id: inst60000037}
- // CHECK:STDOUT: clang_decl_id5: {key: {decl: "extern void f__carbon_thunk(X * _Nonnull x)", num_params: 1}, inst_id: inst60000040}
- // CHECK:STDOUT: name_scopes:
- // CHECK:STDOUT: name_scope0: {inst: inst0000000E, parent_scope: name_scope<none>, has_error: false, extended_scopes: [], names: {name0: inst60000010, name1: inst6000001B}}
- // CHECK:STDOUT: name_scope1: {inst: inst60000010, parent_scope: name_scope0, has_error: false, extended_scopes: [], names: {name3: inst60000012, name4: inst60000026}}
- // CHECK:STDOUT: name_scope2: {inst: inst60000012, parent_scope: name_scope1, has_error: false, extended_scopes: [], names: {}}
- // CHECK:STDOUT: entity_names:
- // CHECK:STDOUT: entity_name0: {name: name2, parent_scope: name_scope<none>, index: -1, is_template: 0, clang_decl_id: clang_decl_id<none>}
- // CHECK:STDOUT: entity_name1: {name: name2, parent_scope: name_scope<none>, index: -1, is_template: 0, clang_decl_id: clang_decl_id<none>}
- // CHECK:STDOUT: entity_name2: {name: name2, parent_scope: name_scope<none>, index: -1, is_template: 0, clang_decl_id: clang_decl_id<none>}
- // CHECK:STDOUT: functions:
- // CHECK:STDOUT: function60000000: {name: name1, parent_scope: name_scope0, call_params_id: inst_block6, body: [inst_block9]}
- // CHECK:STDOUT: function60000001: {name: name4, parent_scope: name_scope1, call_params_id: inst_block_empty}
- // CHECK:STDOUT: function60000002: {name: name6, parent_scope: name_scope1, call_params_id: inst_block_empty}
- // CHECK:STDOUT: function60000003: {name: name4, parent_scope: name_scope1, call_params_id: inst_block13}
- // CHECK:STDOUT: function60000004: {name: name6, parent_scope: name_scope1, call_params_id: inst_block18}
- // CHECK:STDOUT: classes:
- // CHECK:STDOUT: class60000000: {name: name3, parent_scope: name_scope1, self_type_id: type(inst60000013), inheritance_kind: Base, is_dynamic: 0, scope_id: name_scope2, body_block_id: inst_block10, adapt_id: inst<none>, base_id: inst<none>, complete_type_witness_id: inst60000021, vtable_decl_id: inst<none>}}
- // CHECK:STDOUT: generics: {}
- // CHECK:STDOUT: specifics: {}
- // CHECK:STDOUT: struct_type_fields:
- // CHECK:STDOUT: struct_type_fields0: {}
- // CHECK:STDOUT: types:
- // CHECK:STDOUT: 'type(TypeType)':
- // CHECK:STDOUT: value_repr: {kind: copy, type: type(TypeType)}
- // CHECK:STDOUT: 'type(Error)':
- // CHECK:STDOUT: value_repr: {kind: copy, type: type(Error)}
- // CHECK:STDOUT: 'type(inst(NamespaceType))':
- // CHECK:STDOUT: value_repr: {kind: copy, type: type(inst(NamespaceType))}
- // CHECK:STDOUT: 'type(inst6000001C)':
- // CHECK:STDOUT: value_repr: {kind: none, type: type(inst6000001D)}
- // CHECK:STDOUT: 'type(inst6000001D)':
- // CHECK:STDOUT: value_repr: {kind: none, type: type(inst6000001D)}
- // CHECK:STDOUT: 'type(inst(WitnessType))':
- // CHECK:STDOUT: value_repr: {kind: copy, type: type(inst(WitnessType))}
- // CHECK:STDOUT: 'type(inst60000020)':
- // CHECK:STDOUT: value_repr: {kind: pointer, type: type(inst60000023)}
- // CHECK:STDOUT: 'type(inst60000023)':
- // CHECK:STDOUT: value_repr: {kind: copy, type: type(inst60000023)}
- // CHECK:STDOUT: 'type(inst60000013)':
- // CHECK:STDOUT: value_repr: {kind: pointer, type: type(inst60000023)}
- // CHECK:STDOUT: 'type(inst60000025)':
- // CHECK:STDOUT: value_repr: {kind: none, type: type(inst6000001D)}
- // CHECK:STDOUT: 'type(inst6000002A)':
- // CHECK:STDOUT: value_repr: {kind: none, type: type(inst6000001D)}
- // CHECK:STDOUT: 'type(inst6000002D)':
- // CHECK:STDOUT: value_repr: {kind: none, type: type(inst6000001D)}
- // CHECK:STDOUT: 'type(inst60000038)':
- // CHECK:STDOUT: value_repr: {kind: none, type: type(inst6000001D)}
- // CHECK:STDOUT: 'type(inst60000041)':
- // CHECK:STDOUT: value_repr: {kind: none, type: type(inst6000001D)}
- // CHECK:STDOUT: 'type(inst6000003A)':
- // CHECK:STDOUT: value_repr: {kind: copy, type: type(inst6000003A)}
- // CHECK:STDOUT: insts:
- // CHECK:STDOUT: 'inst(TypeType)': {kind: TypeType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(AutoType)': {kind: AutoType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(BoolType)': {kind: BoolType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(BoundMethodType)': {kind: BoundMethodType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(CharLiteralType)': {kind: CharLiteralType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(ErrorInst)': {kind: ErrorInst, type: type(Error)}
- // CHECK:STDOUT: 'inst(FloatLiteralType)': {kind: FloatLiteralType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(ImplWitnessTablePlaceholder)': {kind: ImplWitnessTablePlaceholder, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(InstType)': {kind: InstType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(IntLiteralType)': {kind: IntLiteralType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(NamespaceType)': {kind: NamespaceType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(SpecificFunctionType)': {kind: SpecificFunctionType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(VtableType)': {kind: VtableType, type: type(TypeType)}
- // CHECK:STDOUT: 'inst(WitnessType)': {kind: WitnessType, type: type(TypeType)}
- // CHECK:STDOUT: inst0000000E: {kind: Namespace, arg0: name_scope0, arg1: inst<none>, type: type(inst(NamespaceType))}
- // CHECK:STDOUT: inst6000000F: {kind: ImportCppDecl}
- // CHECK:STDOUT: inst60000010: {kind: Namespace, arg0: name_scope1, arg1: inst6000000F, type: type(inst(NamespaceType))}
- // CHECK:STDOUT: inst60000011: {kind: NameRef, arg0: name0, arg1: inst60000010, type: type(inst(NamespaceType))}
- // CHECK:STDOUT: inst60000012: {kind: ClassDecl, arg0: class60000000, arg1: inst_block<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst60000013: {kind: ClassType, arg0: class60000000, arg1: specific<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst60000014: {kind: NameRef, arg0: name3, arg1: inst60000012, type: type(TypeType)}
- // CHECK:STDOUT: inst60000015: {kind: BindName, arg0: entity_name0, arg1: inst60000019, type: type(inst60000013)}
- // CHECK:STDOUT: inst60000016: {kind: PatternType, arg0: inst60000013, type: type(TypeType)}
- // CHECK:STDOUT: inst60000017: {kind: BindingPattern, arg0: entity_name0, type: type(inst60000016)}
- // CHECK:STDOUT: inst60000018: {kind: ValueParamPattern, arg0: inst60000017, arg1: call_param0, type: type(inst60000016)}
- // CHECK:STDOUT: inst60000019: {kind: ValueParam, arg0: call_param0, arg1: name2, type: type(inst60000013)}
- // CHECK:STDOUT: inst6000001A: {kind: SpliceBlock, arg0: inst_block4, arg1: inst60000014, type: type(TypeType)}
- // CHECK:STDOUT: inst6000001B: {kind: FunctionDecl, arg0: function60000000, arg1: inst_block8, type: type(inst6000001C)}
- // CHECK:STDOUT: inst6000001C: {kind: FunctionType, arg0: function60000000, arg1: specific<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst6000001D: {kind: TupleType, arg0: inst_block_empty, type: type(TypeType)}
- // CHECK:STDOUT: inst6000001E: {kind: StructValue, arg0: inst_block_empty, type: type(inst6000001C)}
- // CHECK:STDOUT: inst6000001F: {kind: CustomLayoutType, arg0: struct_type_fields0, arg1: custom_layout1, type: type(TypeType)}
- // CHECK:STDOUT: inst60000020: {kind: CustomLayoutType, arg0: struct_type_fields0, arg1: custom_layout1, type: type(TypeType)}
- // CHECK:STDOUT: inst60000021: {kind: CompleteTypeWitness, arg0: inst6000001F, type: type(inst(WitnessType))}
- // CHECK:STDOUT: inst60000022: {kind: CompleteTypeWitness, arg0: inst60000020, type: type(inst(WitnessType))}
- // CHECK:STDOUT: inst60000023: {kind: PointerType, arg0: inst60000020, type: type(TypeType)}
- // CHECK:STDOUT: inst60000024: {kind: NameRef, arg0: name0, arg1: inst60000010, type: type(inst(NamespaceType))}
- // CHECK:STDOUT: inst60000025: {kind: CppOverloadSetType, arg0: cpp_overload_set60000000, arg1: specific<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst60000026: {kind: CppOverloadSetValue, arg0: cpp_overload_set60000000, type: type(inst60000025)}
- // CHECK:STDOUT: inst60000027: {kind: CppOverloadSetValue, arg0: cpp_overload_set60000000, type: type(inst60000025)}
- // CHECK:STDOUT: inst60000028: {kind: NameRef, arg0: name4, arg1: inst60000026, type: type(inst60000025)}
- // CHECK:STDOUT: inst60000029: {kind: FunctionDecl, arg0: function60000001, arg1: inst_block_empty, type: type(inst6000002A)}
- // CHECK:STDOUT: inst6000002A: {kind: FunctionType, arg0: function60000001, arg1: specific<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst6000002B: {kind: StructValue, arg0: inst_block_empty, type: type(inst6000002A)}
- // CHECK:STDOUT: inst6000002C: {kind: FunctionDecl, arg0: function60000002, arg1: inst_block_empty, type: type(inst6000002D)}
- // CHECK:STDOUT: inst6000002D: {kind: FunctionType, arg0: function60000002, arg1: specific<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst6000002E: {kind: StructValue, arg0: inst_block_empty, type: type(inst6000002D)}
- // CHECK:STDOUT: inst6000002F: {kind: Call, arg0: inst6000002C, arg1: inst_block_empty, type: type(inst6000001D)}
- // CHECK:STDOUT: inst60000030: {kind: NameRef, arg0: name0, arg1: inst60000010, type: type(inst(NamespaceType))}
- // CHECK:STDOUT: inst60000031: {kind: NameRef, arg0: name4, arg1: inst60000026, type: type(inst60000025)}
- // CHECK:STDOUT: inst60000032: {kind: NameRef, arg0: name2, arg1: inst60000015, type: type(inst60000013)}
- // CHECK:STDOUT: inst60000033: {kind: BindName, arg0: entity_name1, arg1: inst60000036, type: type(inst60000013)}
- // CHECK:STDOUT: inst60000034: {kind: BindingPattern, arg0: entity_name1, type: type(inst60000016)}
- // CHECK:STDOUT: inst60000035: {kind: ValueParamPattern, arg0: inst60000034, arg1: call_param0, type: type(inst60000016)}
- // CHECK:STDOUT: inst60000036: {kind: ValueParam, arg0: call_param0, arg1: name2, type: type(inst60000013)}
- // CHECK:STDOUT: inst60000037: {kind: FunctionDecl, arg0: function60000003, arg1: inst_block15, type: type(inst60000038)}
- // CHECK:STDOUT: inst60000038: {kind: FunctionType, arg0: function60000003, arg1: specific<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst60000039: {kind: StructValue, arg0: inst_block_empty, type: type(inst60000038)}
- // CHECK:STDOUT: inst6000003A: {kind: PointerType, arg0: inst60000013, type: type(TypeType)}
- // CHECK:STDOUT: inst6000003B: {kind: BindName, arg0: entity_name2, arg1: inst6000003F, type: type(inst6000003A)}
- // CHECK:STDOUT: inst6000003C: {kind: PatternType, arg0: inst6000003A, type: type(TypeType)}
- // CHECK:STDOUT: inst6000003D: {kind: BindingPattern, arg0: entity_name2, type: type(inst6000003C)}
- // CHECK:STDOUT: inst6000003E: {kind: ValueParamPattern, arg0: inst6000003D, arg1: call_param0, type: type(inst6000003C)}
- // CHECK:STDOUT: inst6000003F: {kind: ValueParam, arg0: call_param0, arg1: name2, type: type(inst6000003A)}
- // CHECK:STDOUT: inst60000040: {kind: FunctionDecl, arg0: function60000004, arg1: inst_block20, type: type(inst60000041)}
- // CHECK:STDOUT: inst60000041: {kind: FunctionType, arg0: function60000004, arg1: specific<none>, type: type(TypeType)}
- // CHECK:STDOUT: inst60000042: {kind: StructValue, arg0: inst_block_empty, type: type(inst60000041)}
- // CHECK:STDOUT: inst60000043: {kind: ValueAsRef, arg0: inst60000032, type: type(inst60000013)}
- // CHECK:STDOUT: inst60000044: {kind: AddrOf, arg0: inst60000043, type: type(inst6000003A)}
- // CHECK:STDOUT: inst60000045: {kind: Call, arg0: inst60000040, arg1: inst_block22, type: type(inst6000001D)}
- // CHECK:STDOUT: inst60000046: {kind: Return}
- // CHECK:STDOUT: constant_values:
- // CHECK:STDOUT: values:
- // CHECK:STDOUT: 'inst(TypeType)': concrete_constant(inst(TypeType))
- // CHECK:STDOUT: 'inst(AutoType)': concrete_constant(inst(AutoType))
- // CHECK:STDOUT: 'inst(BoolType)': concrete_constant(inst(BoolType))
- // CHECK:STDOUT: 'inst(BoundMethodType)': concrete_constant(inst(BoundMethodType))
- // CHECK:STDOUT: 'inst(CharLiteralType)': concrete_constant(inst(CharLiteralType))
- // CHECK:STDOUT: 'inst(ErrorInst)': concrete_constant(inst(ErrorInst))
- // CHECK:STDOUT: 'inst(FloatLiteralType)': concrete_constant(inst(FloatLiteralType))
- // CHECK:STDOUT: 'inst(ImplWitnessTablePlaceholder)': concrete_constant(inst(ImplWitnessTablePlaceholder))
- // CHECK:STDOUT: 'inst(InstType)': concrete_constant(inst(InstType))
- // CHECK:STDOUT: 'inst(IntLiteralType)': concrete_constant(inst(IntLiteralType))
- // CHECK:STDOUT: 'inst(NamespaceType)': concrete_constant(inst(NamespaceType))
- // CHECK:STDOUT: 'inst(SpecificFunctionType)': concrete_constant(inst(SpecificFunctionType))
- // CHECK:STDOUT: 'inst(VtableType)': concrete_constant(inst(VtableType))
- // CHECK:STDOUT: 'inst(WitnessType)': concrete_constant(inst(WitnessType))
- // CHECK:STDOUT: inst0000000E: concrete_constant(inst0000000E)
- // CHECK:STDOUT: inst60000010: concrete_constant(inst60000010)
- // CHECK:STDOUT: inst60000011: concrete_constant(inst60000010)
- // CHECK:STDOUT: inst60000012: concrete_constant(inst60000013)
- // CHECK:STDOUT: inst60000013: concrete_constant(inst60000013)
- // CHECK:STDOUT: inst60000014: concrete_constant(inst60000013)
- // CHECK:STDOUT: inst60000016: concrete_constant(inst60000016)
- // CHECK:STDOUT: inst60000017: concrete_constant(inst60000017)
- // CHECK:STDOUT: inst60000018: concrete_constant(inst60000018)
- // CHECK:STDOUT: inst6000001A: concrete_constant(inst60000013)
- // CHECK:STDOUT: inst6000001B: concrete_constant(inst6000001E)
- // CHECK:STDOUT: inst6000001C: concrete_constant(inst6000001C)
- // CHECK:STDOUT: inst6000001D: concrete_constant(inst6000001D)
- // CHECK:STDOUT: inst6000001E: concrete_constant(inst6000001E)
- // CHECK:STDOUT: inst6000001F: concrete_constant(inst60000020)
- // CHECK:STDOUT: inst60000020: concrete_constant(inst60000020)
- // CHECK:STDOUT: inst60000021: concrete_constant(inst60000022)
- // CHECK:STDOUT: inst60000022: concrete_constant(inst60000022)
- // CHECK:STDOUT: inst60000023: concrete_constant(inst60000023)
- // CHECK:STDOUT: inst60000024: concrete_constant(inst60000010)
- // CHECK:STDOUT: inst60000025: concrete_constant(inst60000025)
- // CHECK:STDOUT: inst60000026: concrete_constant(inst60000027)
- // CHECK:STDOUT: inst60000027: concrete_constant(inst60000027)
- // CHECK:STDOUT: inst60000028: concrete_constant(inst60000027)
- // CHECK:STDOUT: inst60000029: concrete_constant(inst6000002B)
- // CHECK:STDOUT: inst6000002A: concrete_constant(inst6000002A)
- // CHECK:STDOUT: inst6000002B: concrete_constant(inst6000002B)
- // CHECK:STDOUT: inst6000002C: concrete_constant(inst6000002E)
- // CHECK:STDOUT: inst6000002D: concrete_constant(inst6000002D)
- // CHECK:STDOUT: inst6000002E: concrete_constant(inst6000002E)
- // CHECK:STDOUT: inst60000030: concrete_constant(inst60000010)
- // CHECK:STDOUT: inst60000031: concrete_constant(inst60000027)
- // CHECK:STDOUT: inst60000034: concrete_constant(inst60000034)
- // CHECK:STDOUT: inst60000035: concrete_constant(inst60000035)
- // CHECK:STDOUT: inst60000037: concrete_constant(inst60000039)
- // CHECK:STDOUT: inst60000038: concrete_constant(inst60000038)
- // CHECK:STDOUT: inst60000039: concrete_constant(inst60000039)
- // CHECK:STDOUT: inst6000003A: concrete_constant(inst6000003A)
- // CHECK:STDOUT: inst6000003C: concrete_constant(inst6000003C)
- // CHECK:STDOUT: inst6000003D: concrete_constant(inst6000003D)
- // CHECK:STDOUT: inst6000003E: concrete_constant(inst6000003E)
- // CHECK:STDOUT: inst60000040: concrete_constant(inst60000042)
- // CHECK:STDOUT: inst60000041: concrete_constant(inst60000041)
- // CHECK:STDOUT: inst60000042: concrete_constant(inst60000042)
- // CHECK:STDOUT: symbolic_constants: {}
- // CHECK:STDOUT: inst_blocks:
- // CHECK:STDOUT: inst_block_empty: {}
- // CHECK:STDOUT: exports:
- // CHECK:STDOUT: 0: inst6000001B
- // CHECK:STDOUT: imports:
- // CHECK:STDOUT: 0: inst60000010
- // CHECK:STDOUT: 1: inst60000012
- // CHECK:STDOUT: 2: inst60000026
- // CHECK:STDOUT: 3: inst60000029
- // CHECK:STDOUT: 4: inst6000002C
- // CHECK:STDOUT: 5: inst60000037
- // CHECK:STDOUT: 6: inst60000040
- // CHECK:STDOUT: global_init: {}
- // CHECK:STDOUT: inst_block4:
- // CHECK:STDOUT: 0: inst60000011
- // CHECK:STDOUT: 1: inst60000014
- // CHECK:STDOUT: inst_block5:
- // CHECK:STDOUT: 0: inst60000018
- // CHECK:STDOUT: inst_block6:
- // CHECK:STDOUT: 0: inst60000019
- // CHECK:STDOUT: inst_block7:
- // CHECK:STDOUT: 0: inst60000017
- // CHECK:STDOUT: 1: inst60000018
- // CHECK:STDOUT: inst_block8:
- // CHECK:STDOUT: 0: inst60000019
- // CHECK:STDOUT: 1: inst6000001A
- // CHECK:STDOUT: 2: inst60000015
- // CHECK:STDOUT: inst_block9:
- // CHECK:STDOUT: 0: inst60000024
- // CHECK:STDOUT: 1: inst60000028
- // CHECK:STDOUT: 2: inst6000002F
- // CHECK:STDOUT: 3: inst60000030
- // CHECK:STDOUT: 4: inst60000031
- // CHECK:STDOUT: 5: inst60000032
- // CHECK:STDOUT: 6: inst60000043
- // CHECK:STDOUT: 7: inst60000044
- // CHECK:STDOUT: 8: inst60000045
- // CHECK:STDOUT: 9: inst60000046
- // CHECK:STDOUT: inst_block10:
- // CHECK:STDOUT: 0: inst6000001F
- // CHECK:STDOUT: 1: inst60000021
- // CHECK:STDOUT: inst_block11: {}
- // CHECK:STDOUT: inst_block12:
- // CHECK:STDOUT: 0: inst60000035
- // CHECK:STDOUT: inst_block13:
- // CHECK:STDOUT: 0: inst60000036
- // CHECK:STDOUT: inst_block14:
- // CHECK:STDOUT: 0: inst60000034
- // CHECK:STDOUT: 1: inst60000035
- // CHECK:STDOUT: inst_block15:
- // CHECK:STDOUT: 0: inst60000036
- // CHECK:STDOUT: 1: inst60000033
- // CHECK:STDOUT: inst_block16: {}
- // CHECK:STDOUT: inst_block17:
- // CHECK:STDOUT: 0: inst6000003E
- // CHECK:STDOUT: inst_block18:
- // CHECK:STDOUT: 0: inst6000003F
- // CHECK:STDOUT: inst_block19:
- // CHECK:STDOUT: 0: inst6000003D
- // CHECK:STDOUT: 1: inst6000003E
- // CHECK:STDOUT: inst_block20:
- // CHECK:STDOUT: 0: inst6000003F
- // CHECK:STDOUT: 1: inst6000003B
- // CHECK:STDOUT: inst_block21:
- // CHECK:STDOUT: 0: inst60000032
- // CHECK:STDOUT: inst_block22:
- // CHECK:STDOUT: 0: inst60000044
- // CHECK:STDOUT: inst_block23:
- // CHECK:STDOUT: 0: inst0000000E
- // CHECK:STDOUT: 1: inst6000000F
- // CHECK:STDOUT: 2: inst6000001B
- // CHECK:STDOUT: ...
|