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