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