Source file test/fixedbugs/issue79274.go

     1  // compile
     2  
     3  // Copyright 2026 The Go Authors. All rights reserved.
     4  // Use of this source code is governed by a BSD-style
     5  // license that can be found in the LICENSE file.
     6  
     7  package main
     8  
     9  import "math/big"
    10  
    11  func F() {
    12  	var pg0_0 *int
    13  	_ = pg0_0
    14  	var u16_0 uint16
    15  	fnc := func(a [0][][3]int, b [14][9]uint16, c []big.Int) uint16 {
    16  		pg0_0 = func() *int { return nil }()
    17  		return 0
    18  	}
    19  
    20  	fnc([0][][3]int{}, [14][9]uint16{[9]uint16{fnc([0][][3]int{}, [14][9]uint16{[9]uint16{min(fnc([0][][3]int{}, [14][9]uint16{[9]uint16{(uint16)(16), (uint16)(93), (uint16)(31)}, [9]uint16{(uint16)(5), (uint16)(69)}, [9]uint16{}}, []big.Int{}), u16_0), fnc([0][][3]int{}, [14][9]uint16{}, nil)}, [9]uint16{fnc([0][][3]int{}, [14][9]uint16{}, nil)}, [9]uint16{}}, nil), 0}}, nil)
    21  }
    22  
    23  func main() {
    24  	F()
    25  }
    26  

View as plain text