circuit Foo { static function bar() {} } function main() { let mut f = Foo { a: 0u8 }; f.bar = 1u8; }