<!-- Thanks for submitting an issue to AssemblyScript! Please take a moment to read the contributing guidelines linked below to get off to a good start 🙂 --> environment: - node v16.14.2 - Linux ubuntu 5.13.0-44-generic npx asc assembly/index.ts && echo "should not be printed" ERROR TS2304: Cannot find name 'c1'. c1; ~~ in assembly/index.ts(5,3) FAILURE 1 compile error(s) should not be printed