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