| 123456789101112131415161718192021 |
- // 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
- //
- // AUTOUPDATE
- // RUN: %{carbon-run-semantics}
- // CHECK:STDOUT: cross_reference_irs.size == 2,
- // CHECK:STDOUT: cross_references = {
- // CHECK:STDOUT: node_xref0 = xref(ir0, block0, node0);
- // CHECK:STDOUT: node_xref1 = xref(ir0, block0, node1);
- // CHECK:STDOUT: node_xref2 = xref(ir0, block0, node2);
- // CHECK:STDOUT: node_xref3 = xref(ir0, block0, node3);
- // CHECK:STDOUT: },
- // CHECK:STDOUT: identifiers = {
- // CHECK:STDOUT: },
- // CHECK:STDOUT: integer_literals = {
- // CHECK:STDOUT: },
- // CHECK:STDOUT: node_blocks = {
- // CHECK:STDOUT: block0 = {
- // CHECK:STDOUT: },
- // CHECK:STDOUT: }
|