// This function does nothing. fn foo(foo: int, bar: int) {} let _unit: () = foo(1);