mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 16:21:45 +03:00
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file: input/dummy.in
|
|
*/
|
|
|
|
// Const function input are immutable.
|
|
function main(const b: bool) {
|
|
a = false;
|
|
}
|