10 lines
106 B
Plaintext
10 lines
106 B
Plaintext
|
|
// Cycle test A -> B -> A
|
||
|
|
include "examples/cycle_b.nyash"
|
||
|
|
|
||
|
|
static box A {
|
||
|
|
main() {
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|