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