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