6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
unit m3_bad_shared_write;
|
|
|
|
fn bad(s: []u8) -> void {
|
|
s[0] = 1;
|
|
}
|