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