leo/compiler/tests/group/one.leo

3 lines
39 B
Plaintext
Raw Normal View History

2020-07-30 22:54:34 +03:00
function main() {
let a = 1group;
2020-07-07 12:08:48 +03:00
}