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