leo/tests/parser/program/bidi_comment_2_fail.leo
2022-10-05 16:54:50 -07:00

12 lines
136 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
namespace: Parse
expectation: Fail
*/
/* next line starts with 2069
*/
program test.aleo {
function main() {
}
}