blob: 3bf5e71803c23dd3c8237ffbbee0159e6be8a876 [file] [log] [blame]
func throwingFunc() throws {
return
}
do {
try throwingFunc()
} catch {
<#code#>
}