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