This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-11-30 23:33:27 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cc39ee2fb2
leo
/
tests
/
compiler
/
integers
/
u16
/
no_space_between_literal.leo
11 lines
123 B
Plaintext
Raw
Normal View
History
Unescape
Escape
u*
2021-05-10 21:11:31 +03:00
/*
namespace: Compile
expectation: Fail
*/
Update compiler tests
2022-10-06 02:53:49 +03:00
program test.aleo {
function main() {
const i = 1 u16;
}
u*
2021-05-10 21:11:31 +03:00
}
Reference in New Issue
Copy Permalink