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