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