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