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