```console $ cat file.js foo(); @ $ ./target/release/boa file.js Error: 0: SyntaxError: unexpected '@' at line 1, column 8 at line 1, col 8 ```