1 2 3 4 5 6 7 8 9 10 11 12 13
--- source: tooling/nargo_cli/tests/execute.rs expression: expanded_code --- mod foo { pub fn hello(x: Field) -> Field { x } } fn main(x: Field, y: pub Field) { assert(x != foo::hello(y)); }