module conf struct WrongTypeConfig { f map[string]string } fn test_wrong_type() { conf := load[WrongTypeConfig]() or { return } assert false }