add missing echo test

pull/844/head
Giacomo Cavalieri 2025-03-06 14:17:57 +07:00 committed by Jonathan Arnett
parent af6043419f
commit e01c88449b
1 changed files with 4 additions and 0 deletions

@ -0,0 +1,4 @@
pub fn main() {
echo 2
// ^ keyword
}