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