diff --git a/crates/aiken-lang/src/parser.rs b/crates/aiken-lang/src/parser.rs index daff92a6..16c90586 100644 --- a/crates/aiken-lang/src/parser.rs +++ b/crates/aiken-lang/src/parser.rs @@ -300,7 +300,7 @@ pub fn test_parser() -> impl Parser Bool { + True +} + +test foo() { + 1 + 1 == 2 +}