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