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