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