// pos_selfimp/selfimp.ww — minimal "module" body. The interesting // scenario lives in the sibling selfimptest.ww file, which carries // `use selfimp;` from inside the same module. package selfimp; export fn touch() i32 = { return 0i32; };