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