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