mirror of
https://github.com/github/codeql.git
synced 2026-08-04 17:33:18 +02:00
7 lines
70 B
Go
7 lines
70 B
Go
package main
|
|
|
|
func fun2() {
|
|
defer recover() // $ Alert
|
|
panic("2")
|
|
}
|