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