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