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