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