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