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