mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 08:31:33 +03:00
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
|
/*
|
||
|
namespace: Compile
|
||
|
expectation: Fail
|
||
|
state_file: input/section_invalid.state
|
||
|
input_file: input/dummy.in
|
||
|
*/
|
||
|
|
||
|
function main() -> bool {
|
||
|
return true;
|
||
|
}
|