blob: 4f3ddc773ffe5804553c698d534bcfd09cf5c031 [file] [log] [blame]
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
func F2(s []int) int {
return Len(s)
}