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