blob: fc6e7cec36ca13e3b781284229b0d7dc56c139b3 [file]
package wrongsignature
// Function with wrong signature - should NOT be removed
func min(a int) int {
return a
}