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