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