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