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