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