8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
// cycle A -> B -> A
|
|
include "dep_smoke_cycle_b.nyash"
|
|
|
|
box A {
|
|
id() { return 1 }
|
|
}
|
|
|