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