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