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