leo/tests/compiler/function/program_function_empty_body.leo
Pranav Gaddamadugu 6d35560528 More tests
2022-09-07 23:09:11 -07:00

8 lines
83 B
Plaintext

/*
namespace: Compile
expectation: Pass
*/
@program
function foo(a: u8, b: u8) {}