Files
2026-06-30 19:38:28 +02:00

8 lines
84 B
Plaintext

broken func(value int) int {
return missing + value
}
main func() void {
_ = 1
}