8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
//ww:run-exit 8
|
|
// Migrated from 700_e2e row 37.
|
|
package main;
|
|
fn main() i32 = {
|
|
let s: []rune = alloc([], 8)!;
|
|
return s.cap;
|
|
};
|