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