module freestanding_define const f = $embed_file(@FILE).len pub fn hi() { println('hi from a_notd_freestanding.c.v') println('f.len: ${f}') }