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