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