PatternMessage(
    declarations=[],
    pattern=[
        "Hello, ",
        LiteralExpression(arg=Literal(value="escaped | \\ literal"), annotation=None, attributes=[]),
        "!",
    ],
)
