leo/tests/compiler/definition/out_of_order.leo
2022-10-05 16:53:49 -07:00

17 lines
244 B
Plaintext

/*
namespace: Compile
expectation: Pass
input_file: inputs/dummy.in
*/
program test.aleo {
// @test
// function fake_test() {}
transition main(y: bool) -> bool {
return y == true;
}
// struct Foo {}
}