array_test.go 83 B

1234567
  1. package test
  2. func init() {
  3. testCases = append(testCases,
  4. (*[4]bool)(nil),
  5. )
  6. }