// RUN: %ink-compiler --stdin --compile-only --dump-ast < %s | FileCheck %s // CHECK: File "" // CHECK-NEXT: `--BlockStmt // CHECK-NEXT: `--ChoiceStmt // CHECK-NEXT: |--ChoiceStarStmt // CHECK-NEXT: | `--ChoiceContentExpr // CHECK-NEXT: | `--ChoiceStartContentExpr `A` // CHECK-NEXT: |--ChoiceStarStmt // CHECK-NEXT: | `--ChoiceContentExpr // CHECK-NEXT: | `--ChoiceStartContentExpr `B` // CHECK-NEXT: `--ChoiceStarStmt // CHECK-NEXT: `--ChoiceContentExpr // CHECK-NEXT: `--ChoiceStartContentExpr `C` * A * B * C