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