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