blob: 7e053ba9d1dd4964f4399990de91d720be73be96 [file] [log] [blame]
fun yield() {}
fun typeof() {}
fun test() {
yield
typeof
}