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