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