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