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