leo/tests/compiler/scalar/no_space_between_literal.leo

10 lines
123 B
Plaintext
Raw Normal View History

2022-05-15 06:27:08 +03:00
/*
namespace: Compile
expectation: Fail
*/
2022-10-06 02:53:49 +03:00
program test.aleo {
function main() {
const f = 1 scalar;
}}