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