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