empty.carbon 852 B

123456789101112131415161718192021
  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. // RUN: %{carbon-run-semantics}
  7. // CHECK:STDOUT: cross_reference_irs_size: 1
  8. // CHECK:STDOUT: integer_literals: [
  9. // CHECK:STDOUT: ]
  10. // CHECK:STDOUT: strings: [
  11. // CHECK:STDOUT: ]
  12. // CHECK:STDOUT: nodes: [
  13. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: block0, type: node0},
  14. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: block1, type: node1},
  15. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: block2, type: node0},
  16. // CHECK:STDOUT: {kind: CrossReference, arg0: ir0, arg1: block3, type: node0},
  17. // CHECK:STDOUT: ]
  18. // CHECK:STDOUT: node_blocks: [
  19. // CHECK:STDOUT: [
  20. // CHECK:STDOUT: ],
  21. // CHECK:STDOUT: ]