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