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