6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
// ERROR:3:cycle
|
|
unit b;
|
|
import a;
|
|
|
|
pub fn b_value() -> i32 { return 1; }
|