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