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