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