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