blob: c0bf7dff48322065699e48eba44dcf0cf938b554 [file]
package lib
func CanReturn() {}
func NoReturn() {
for {
}
}