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