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