5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
unit a;
|
|
import b;
|
|
|
|
pub fn a_value() -> i32 { return b.b_value(); }
|