ref: 9109f705674f744cacb8f2b5f27214f1e0062c03 dir: /test/emptytrait.myr/
use std trait fooable @a = ;; impl fooable int generic foo = {x : @a::fooable -> x } const main = { std.exit(foo(123)) }