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