ref: 32fd9ebd1835ebb788ddf8555dab777e32ee3f97 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)) }