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