leo/tests/parser/expression/literal/comment.leo
2022-10-05 16:54:50 -07:00

39 lines
276 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
/* test5 */
/*
test 6 */
/* test 7
*/
/*test8 */
/* test9*/
/*test10*/
/*/**/
/**/
/*//*/
/** /*/
/** **/
program test.aleo {
// test1
// test2
//test3
// test4
}