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