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