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