roc/compiler/parse/tests/snapshots/pass/unary_negation.expr.result-ast
Joshua Warner eb35e9914f Fix tests
2022-01-01 18:20:05 -08:00

7 lines
97 B
Text

UnaryOp(
@1-4 Var {
module_name: "",
ident: "foo",
},
@0-1 Negate,
)