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