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