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