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