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