Files
hakorune/examples/cycle_a.hako

9 lines
102 B
Plaintext

// Cycle test A -> B -> A
using "examples/cycle_b.hako"
static box A {
main() {
return 0
}
}