// RUN: %ink-compiler --stdin --compile-only --dump-ast < %s | FileCheck %s // CHECK: File "" // CHECK-NEXT: `--StitchDecl // CHECK-NEXT: |--StitchProto // CHECK-NEXT: | `--Identifier `stitch` // CHECK-NEXT: `--BlockStmt // CHECK-NEXT: `--ContentStmt // CHECK-NEXT: `--Content // CHECK-NEXT: `--StringLiteral `Hello, world!` = stitch Hello, world!