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