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