//ww:error "not assignable" // migrated from test/wcc/949_xmod_fnptr_const_run.c: &cc.kval (an exported VAR) must not synthesize a *fn — the SK_FN gate stays narrow (#117 over-accept hazard). package cc; export let kval: int = 7; package main; import cc; const t: [](str, *fn(c: rune) bool) = [(":k", &cc.kval)]; export fn main() i32 = { return len(t): i32; };