semantics_builtin_nodes.carbon 1.6 KB

1234567891011121314151617181920212223242526272829303132
  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. // RUN: %{carbon} dump semantics-ir --include_builtins %s | \
  6. // RUN: %{FileCheck-strict}
  7. // CHECK:STDOUT: cross_reference_irs_size: 1
  8. // CHECK:STDOUT: calls: [
  9. // CHECK:STDOUT: ]
  10. // CHECK:STDOUT: callables: [
  11. // CHECK:STDOUT: ]
  12. // CHECK:STDOUT: integer_literals: [
  13. // CHECK:STDOUT: ]
  14. // CHECK:STDOUT: real_literals: [
  15. // CHECK:STDOUT: ]
  16. // CHECK:STDOUT: strings: [
  17. // CHECK:STDOUT: ]
  18. // CHECK:STDOUT: nodes: [
  19. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeTypeType, type: nodeTypeType},
  20. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeInvalidType, type: nodeInvalidType},
  21. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeIntegerType, type: nodeTypeType},
  22. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeFloatingPointType, type: nodeTypeType},
  23. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeStringType, type: nodeTypeType},
  24. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeEmptyStructType, type: nodeTypeType},
  25. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeEmptyStruct, type: nodeEmptyStructType},
  26. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeEmptyTupleType, type: nodeTypeType},
  27. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: nodeEmptyTuple, type: nodeEmptyTupleType},
  28. // CHECK:STDOUT: ]
  29. // CHECK:STDOUT: node_blocks: [
  30. // CHECK:STDOUT: [
  31. // CHECK:STDOUT: ],
  32. // CHECK:STDOUT: ]