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