1
1
mirror of https://github.com/AleoHQ/leo.git synced 2024-12-28 20:14:11 +03:00
leo/tests/compiler/char/invalid_char.leo

9 lines
90 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
const not_valid = '';
}