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