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