Files
ww/test/wcc/data/r699_usepromote_fn/fnmod/fnmod.ww

10 lines
115 B
Plaintext

package fnmod;
export type flag = enum i32 {
NONE = 0,
A = 42,
};
export fn fnmod() i32 = {
return 0i32;
};