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