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