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