fail_assign_nested.carbon 6.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. //
  5. // AUTOUPDATE
  6. // TIP: To test this file alone, run:
  7. // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/tuple/fail_assign_nested.carbon
  8. // TIP: To dump output, run:
  9. // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/tuple/fail_assign_nested.carbon
  10. // CHECK:STDERR: fail_assign_nested.carbon:[[@LINE+3]]:36: error: cannot initialize tuple of 2 elements from tuple with 3 elements [TupleInitElementCountMismatch]
  11. // CHECK:STDERR: var x: ((i32, i32), (i32, i32)) = ((1, 2, 3), (4, 5, 6));
  12. // CHECK:STDERR: ^~~~~~~~~
  13. var x: ((i32, i32), (i32, i32)) = ((1, 2, 3), (4, 5, 6));
  14. // CHECK:STDOUT: --- fail_assign_nested.carbon
  15. // CHECK:STDOUT:
  16. // CHECK:STDOUT: constants {
  17. // CHECK:STDOUT: %.1: Core.IntLiteral = int_value 32 [template]
  18. // CHECK:STDOUT: %Int.type: type = fn_type @Int [template]
  19. // CHECK:STDOUT: %Int: %Int.type = struct_value () [template]
  20. // CHECK:STDOUT: %i32: type = int_type signed, %.1 [template]
  21. // CHECK:STDOUT: %tuple.type.1: type = tuple_type (type, type) [template]
  22. // CHECK:STDOUT: %tuple.type.2: type = tuple_type (%tuple.type.1, %tuple.type.1) [template]
  23. // CHECK:STDOUT: %tuple.type.3: type = tuple_type (%i32, %i32) [template]
  24. // CHECK:STDOUT: %tuple.type.4: type = tuple_type (%tuple.type.3, %tuple.type.3) [template]
  25. // CHECK:STDOUT: %.4: Core.IntLiteral = int_value 1 [template]
  26. // CHECK:STDOUT: %.5: Core.IntLiteral = int_value 2 [template]
  27. // CHECK:STDOUT: %.6: Core.IntLiteral = int_value 3 [template]
  28. // CHECK:STDOUT: %tuple.type.6: type = tuple_type (Core.IntLiteral, Core.IntLiteral, Core.IntLiteral) [template]
  29. // CHECK:STDOUT: %.7: Core.IntLiteral = int_value 4 [template]
  30. // CHECK:STDOUT: %.8: Core.IntLiteral = int_value 5 [template]
  31. // CHECK:STDOUT: %.9: Core.IntLiteral = int_value 6 [template]
  32. // CHECK:STDOUT: %tuple.type.7: type = tuple_type (%tuple.type.6, %tuple.type.6) [template]
  33. // CHECK:STDOUT: }
  34. // CHECK:STDOUT:
  35. // CHECK:STDOUT: imports {
  36. // CHECK:STDOUT: %Core: <namespace> = namespace file.%Core.import, [template] {
  37. // CHECK:STDOUT: .Int = %import_ref
  38. // CHECK:STDOUT: import Core//prelude
  39. // CHECK:STDOUT: import Core//prelude/...
  40. // CHECK:STDOUT: }
  41. // CHECK:STDOUT: }
  42. // CHECK:STDOUT:
  43. // CHECK:STDOUT: file {
  44. // CHECK:STDOUT: package: <namespace> = namespace [template] {
  45. // CHECK:STDOUT: .Core = imports.%Core
  46. // CHECK:STDOUT: .x = %x
  47. // CHECK:STDOUT: }
  48. // CHECK:STDOUT: %Core.import = import Core
  49. // CHECK:STDOUT: %.loc14_10: Core.IntLiteral = int_value 32 [template = constants.%.1]
  50. // CHECK:STDOUT: %int.make_type_signed.loc14_10: init type = call constants.%Int(%.loc14_10) [template = constants.%i32]
  51. // CHECK:STDOUT: %.loc14_15: Core.IntLiteral = int_value 32 [template = constants.%.1]
  52. // CHECK:STDOUT: %int.make_type_signed.loc14_15: init type = call constants.%Int(%.loc14_15) [template = constants.%i32]
  53. // CHECK:STDOUT: %.loc14_18: %tuple.type.1 = tuple_literal (%int.make_type_signed.loc14_10, %int.make_type_signed.loc14_15)
  54. // CHECK:STDOUT: %.loc14_22: Core.IntLiteral = int_value 32 [template = constants.%.1]
  55. // CHECK:STDOUT: %int.make_type_signed.loc14_22: init type = call constants.%Int(%.loc14_22) [template = constants.%i32]
  56. // CHECK:STDOUT: %.loc14_27: Core.IntLiteral = int_value 32 [template = constants.%.1]
  57. // CHECK:STDOUT: %int.make_type_signed.loc14_27: init type = call constants.%Int(%.loc14_27) [template = constants.%i32]
  58. // CHECK:STDOUT: %.loc14_30: %tuple.type.1 = tuple_literal (%int.make_type_signed.loc14_22, %int.make_type_signed.loc14_27)
  59. // CHECK:STDOUT: %.loc14_31.1: %tuple.type.2 = tuple_literal (%.loc14_18, %.loc14_30)
  60. // CHECK:STDOUT: %.loc14_31.2: type = value_of_initializer %int.make_type_signed.loc14_10 [template = constants.%i32]
  61. // CHECK:STDOUT: %.loc14_31.3: type = converted %int.make_type_signed.loc14_10, %.loc14_31.2 [template = constants.%i32]
  62. // CHECK:STDOUT: %.loc14_31.4: type = value_of_initializer %int.make_type_signed.loc14_15 [template = constants.%i32]
  63. // CHECK:STDOUT: %.loc14_31.5: type = converted %int.make_type_signed.loc14_15, %.loc14_31.4 [template = constants.%i32]
  64. // CHECK:STDOUT: %.loc14_31.6: type = converted %.loc14_18, constants.%tuple.type.3 [template = constants.%tuple.type.3]
  65. // CHECK:STDOUT: %.loc14_31.7: type = value_of_initializer %int.make_type_signed.loc14_22 [template = constants.%i32]
  66. // CHECK:STDOUT: %.loc14_31.8: type = converted %int.make_type_signed.loc14_22, %.loc14_31.7 [template = constants.%i32]
  67. // CHECK:STDOUT: %.loc14_31.9: type = value_of_initializer %int.make_type_signed.loc14_27 [template = constants.%i32]
  68. // CHECK:STDOUT: %.loc14_31.10: type = converted %int.make_type_signed.loc14_27, %.loc14_31.9 [template = constants.%i32]
  69. // CHECK:STDOUT: %.loc14_31.11: type = converted %.loc14_30, constants.%tuple.type.3 [template = constants.%tuple.type.3]
  70. // CHECK:STDOUT: %.loc14_31.12: type = converted %.loc14_31.1, constants.%tuple.type.4 [template = constants.%tuple.type.4]
  71. // CHECK:STDOUT: %x.var: ref %tuple.type.4 = var x
  72. // CHECK:STDOUT: %x: ref %tuple.type.4 = bind_name x, %x.var
  73. // CHECK:STDOUT: }
  74. // CHECK:STDOUT:
  75. // CHECK:STDOUT: fn @__global_init() {
  76. // CHECK:STDOUT: !entry:
  77. // CHECK:STDOUT: %.loc14_37: Core.IntLiteral = int_value 1 [template = constants.%.4]
  78. // CHECK:STDOUT: %.loc14_40: Core.IntLiteral = int_value 2 [template = constants.%.5]
  79. // CHECK:STDOUT: %.loc14_43: Core.IntLiteral = int_value 3 [template = constants.%.6]
  80. // CHECK:STDOUT: %.loc14_44: %tuple.type.6 = tuple_literal (%.loc14_37, %.loc14_40, %.loc14_43)
  81. // CHECK:STDOUT: %.loc14_48: Core.IntLiteral = int_value 4 [template = constants.%.7]
  82. // CHECK:STDOUT: %.loc14_51: Core.IntLiteral = int_value 5 [template = constants.%.8]
  83. // CHECK:STDOUT: %.loc14_54: Core.IntLiteral = int_value 6 [template = constants.%.9]
  84. // CHECK:STDOUT: %.loc14_55: %tuple.type.6 = tuple_literal (%.loc14_48, %.loc14_51, %.loc14_54)
  85. // CHECK:STDOUT: %.loc14_56: %tuple.type.7 = tuple_literal (%.loc14_44, %.loc14_55)
  86. // CHECK:STDOUT: assign file.%x.var, <error>
  87. // CHECK:STDOUT: return
  88. // CHECK:STDOUT: }
  89. // CHECK:STDOUT: