Files
2015-09-08 05:49:34 +03:00

5 lines
52 B
Kotlin
Vendored

package inline
inline fun f(): Int {
return 0
}