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