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