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