ref: 178ce0afad1d2ec8af4814ce5970d2e8194b849f 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)) }