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