fail_storage_is_literal.carbon 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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/var/fail_storage_is_literal.carbon
  8. // TIP: To dump output, run:
  9. // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/var/fail_storage_is_literal.carbon
  10. fn Main() {
  11. // CHECK:STDERR: fail_storage_is_literal.carbon:[[@LINE+6]]:10: error: cannot implicitly convert from `i32` to `type`
  12. // CHECK:STDERR: var x: 1 = 1;
  13. // CHECK:STDERR: ^
  14. // CHECK:STDERR: fail_storage_is_literal.carbon:[[@LINE+3]]:10: note: type `i32` does not implement interface `ImplicitAs`
  15. // CHECK:STDERR: var x: 1 = 1;
  16. // CHECK:STDERR: ^
  17. var x: 1 = 1;
  18. }
  19. // CHECK:STDOUT: --- fail_storage_is_literal.carbon
  20. // CHECK:STDOUT:
  21. // CHECK:STDOUT: constants {
  22. // CHECK:STDOUT: %Main.type: type = fn_type @Main [template]
  23. // CHECK:STDOUT: %.1: type = tuple_type () [template]
  24. // CHECK:STDOUT: %Main: %Main.type = struct_value () [template]
  25. // CHECK:STDOUT: %.2: i32 = int_literal 1 [template]
  26. // CHECK:STDOUT: %ImplicitAs.type: type = generic_interface_type @ImplicitAs [template]
  27. // CHECK:STDOUT: %ImplicitAs: %ImplicitAs.type = struct_value () [template]
  28. // CHECK:STDOUT: %Dest: type = bind_symbolic_name Dest 0 [symbolic]
  29. // CHECK:STDOUT: %.3: type = interface_type @ImplicitAs, @ImplicitAs(%Dest) [symbolic]
  30. // CHECK:STDOUT: %Self.1: @ImplicitAs.%.1 (%.3) = bind_symbolic_name Self 1 [symbolic]
  31. // CHECK:STDOUT: %Self.2: %.3 = bind_symbolic_name Self 1 [symbolic]
  32. // CHECK:STDOUT: %Convert.type.1: type = fn_type @Convert, @ImplicitAs(%Dest) [symbolic]
  33. // CHECK:STDOUT: %Convert.1: %Convert.type.1 = struct_value () [symbolic]
  34. // CHECK:STDOUT: %.4: type = assoc_entity_type %.3, %Convert.type.1 [symbolic]
  35. // CHECK:STDOUT: %.5: %.4 = assoc_entity element0, imports.%import_ref.5 [symbolic]
  36. // CHECK:STDOUT: %.6: type = interface_type @ImplicitAs, @ImplicitAs(type) [template]
  37. // CHECK:STDOUT: %Convert.type.2: type = fn_type @Convert, @ImplicitAs(type) [template]
  38. // CHECK:STDOUT: %Convert.2: %Convert.type.2 = struct_value () [template]
  39. // CHECK:STDOUT: %.7: type = assoc_entity_type %.6, %Convert.type.2 [template]
  40. // CHECK:STDOUT: %.8: %.7 = assoc_entity element0, imports.%import_ref.5 [template]
  41. // CHECK:STDOUT: %.9: %.4 = assoc_entity element0, imports.%import_ref.6 [symbolic]
  42. // CHECK:STDOUT: }
  43. // CHECK:STDOUT:
  44. // CHECK:STDOUT: imports {
  45. // CHECK:STDOUT: %Core: <namespace> = namespace file.%Core.import, [template] {
  46. // CHECK:STDOUT: .ImplicitAs = %import_ref.1
  47. // CHECK:STDOUT: import Core//prelude
  48. // CHECK:STDOUT: import Core//prelude/operators
  49. // CHECK:STDOUT: import Core//prelude/types
  50. // CHECK:STDOUT: import Core//prelude/operators/arithmetic
  51. // CHECK:STDOUT: import Core//prelude/operators/as
  52. // CHECK:STDOUT: import Core//prelude/operators/bitwise
  53. // CHECK:STDOUT: import Core//prelude/operators/comparison
  54. // CHECK:STDOUT: import Core//prelude/types/bool
  55. // CHECK:STDOUT: }
  56. // CHECK:STDOUT: %import_ref.1: %ImplicitAs.type = import_ref Core//prelude/operators/as, inst+40, loaded [template = constants.%ImplicitAs]
  57. // CHECK:STDOUT: %import_ref.2 = import_ref Core//prelude/operators/as, inst+45, unloaded
  58. // CHECK:STDOUT: %import_ref.3: @ImplicitAs.%.2 (%.4) = import_ref Core//prelude/operators/as, inst+63, loaded [symbolic = @ImplicitAs.%.3 (constants.%.9)]
  59. // CHECK:STDOUT: %import_ref.4 = import_ref Core//prelude/operators/as, inst+56, unloaded
  60. // CHECK:STDOUT: %import_ref.5 = import_ref Core//prelude/operators/as, inst+56, unloaded
  61. // CHECK:STDOUT: %import_ref.6 = import_ref Core//prelude/operators/as, inst+56, unloaded
  62. // CHECK:STDOUT: }
  63. // CHECK:STDOUT:
  64. // CHECK:STDOUT: file {
  65. // CHECK:STDOUT: package: <namespace> = namespace [template] {
  66. // CHECK:STDOUT: .Core = imports.%Core
  67. // CHECK:STDOUT: .Main = %Main.decl
  68. // CHECK:STDOUT: }
  69. // CHECK:STDOUT: %Core.import = import Core
  70. // CHECK:STDOUT: %Main.decl: %Main.type = fn_decl @Main [template = constants.%Main] {} {}
  71. // CHECK:STDOUT: }
  72. // CHECK:STDOUT:
  73. // CHECK:STDOUT: generic interface @ImplicitAs(constants.%Dest: type) {
  74. // CHECK:STDOUT: %Dest: type = bind_symbolic_name Dest 0 [symbolic = %Dest (constants.%Dest)]
  75. // CHECK:STDOUT:
  76. // CHECK:STDOUT: !definition:
  77. // CHECK:STDOUT: %.1: type = interface_type @ImplicitAs, @ImplicitAs(%Dest) [symbolic = %.1 (constants.%.3)]
  78. // CHECK:STDOUT: %Self: %.3 = bind_symbolic_name Self 1 [symbolic = %Self (constants.%Self.2)]
  79. // CHECK:STDOUT: %Convert.type: type = fn_type @Convert, @ImplicitAs(%Dest) [symbolic = %Convert.type (constants.%Convert.type.1)]
  80. // CHECK:STDOUT: %Convert: @ImplicitAs.%Convert.type (%Convert.type.1) = struct_value () [symbolic = %Convert (constants.%Convert.1)]
  81. // CHECK:STDOUT: %.2: type = assoc_entity_type @ImplicitAs.%.1 (%.3), @ImplicitAs.%Convert.type (%Convert.type.1) [symbolic = %.2 (constants.%.4)]
  82. // CHECK:STDOUT: %.3: @ImplicitAs.%.2 (%.4) = assoc_entity element0, imports.%import_ref.5 [symbolic = %.3 (constants.%.5)]
  83. // CHECK:STDOUT:
  84. // CHECK:STDOUT: interface {
  85. // CHECK:STDOUT: !members:
  86. // CHECK:STDOUT: .Self = imports.%import_ref.2
  87. // CHECK:STDOUT: .Convert = imports.%import_ref.3
  88. // CHECK:STDOUT: witness = (imports.%import_ref.4)
  89. // CHECK:STDOUT: }
  90. // CHECK:STDOUT: }
  91. // CHECK:STDOUT:
  92. // CHECK:STDOUT: fn @Main() {
  93. // CHECK:STDOUT: !entry:
  94. // CHECK:STDOUT: %.loc18_10.1: i32 = int_literal 1 [template = constants.%.2]
  95. // CHECK:STDOUT: %.loc18_10.2: type = interface_type @ImplicitAs, @ImplicitAs(type) [template = constants.%.6]
  96. // CHECK:STDOUT: %.loc18_10.3: %.7 = specific_constant imports.%import_ref.3, @ImplicitAs(type) [template = constants.%.8]
  97. // CHECK:STDOUT: %Convert.ref: %.7 = name_ref Convert, %.loc18_10.3 [template = constants.%.8]
  98. // CHECK:STDOUT: %.loc18_10.4: type = converted %.loc18_10.1, <error> [template = <error>]
  99. // CHECK:STDOUT: %x.var: ref <error> = var x
  100. // CHECK:STDOUT: %x: ref <error> = bind_name x, %x.var
  101. // CHECK:STDOUT: %.loc18_14: i32 = int_literal 1 [template = constants.%.2]
  102. // CHECK:STDOUT: assign %x.var, <error>
  103. // CHECK:STDOUT: return
  104. // CHECK:STDOUT: }
  105. // CHECK:STDOUT:
  106. // CHECK:STDOUT: generic fn @Convert(constants.%Dest: type, constants.%Self.1: @ImplicitAs.%.1 (%.3)) {
  107. // CHECK:STDOUT: %Dest: type = bind_symbolic_name Dest 0 [symbolic = %Dest (constants.%Dest)]
  108. // CHECK:STDOUT: %.1: type = interface_type @ImplicitAs, @ImplicitAs(%Dest) [symbolic = %.1 (constants.%.3)]
  109. // CHECK:STDOUT: %Self: %.3 = bind_symbolic_name Self 1 [symbolic = %Self (constants.%Self.2)]
  110. // CHECK:STDOUT:
  111. // CHECK:STDOUT: fn[%self: @Convert.%Self (%Self.2)]() -> @Convert.%Dest (%Dest);
  112. // CHECK:STDOUT: }
  113. // CHECK:STDOUT:
  114. // CHECK:STDOUT: specific @ImplicitAs(constants.%Dest) {
  115. // CHECK:STDOUT: %Dest => constants.%Dest
  116. // CHECK:STDOUT: }
  117. // CHECK:STDOUT:
  118. // CHECK:STDOUT: specific @ImplicitAs(@ImplicitAs.%Dest) {
  119. // CHECK:STDOUT: %Dest => constants.%Dest
  120. // CHECK:STDOUT: }
  121. // CHECK:STDOUT:
  122. // CHECK:STDOUT: specific @ImplicitAs(@Convert.%Dest) {
  123. // CHECK:STDOUT: %Dest => constants.%Dest
  124. // CHECK:STDOUT: }
  125. // CHECK:STDOUT:
  126. // CHECK:STDOUT: specific @Convert(constants.%Dest, constants.%Self.1) {
  127. // CHECK:STDOUT: %Dest => constants.%Dest
  128. // CHECK:STDOUT: %.1 => constants.%.3
  129. // CHECK:STDOUT: %Self => constants.%Self.1
  130. // CHECK:STDOUT: }
  131. // CHECK:STDOUT:
  132. // CHECK:STDOUT: specific @ImplicitAs(type) {
  133. // CHECK:STDOUT: %Dest => type
  134. // CHECK:STDOUT:
  135. // CHECK:STDOUT: !definition:
  136. // CHECK:STDOUT: %.1 => constants.%.6
  137. // CHECK:STDOUT: %Self => constants.%Self.2
  138. // CHECK:STDOUT: %Convert.type => constants.%Convert.type.2
  139. // CHECK:STDOUT: %Convert => constants.%Convert.2
  140. // CHECK:STDOUT: %.2 => constants.%.7
  141. // CHECK:STDOUT: %.3 => constants.%.8
  142. // CHECK:STDOUT: }
  143. // CHECK:STDOUT: