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