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