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