leo/tests/compiler/scalar/no_space_between_literal.leo
2022-10-05 16:53:49 -07:00

10 lines
123 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
program test.aleo {
function main() {
const f = 1 scalar;
}}