Files
2024-03-15 01:28:01 +00:00

8 lines
145 B
Kotlin
Vendored

import kotlin.native.runtime.GC
import kotlin.test.*
@OptIn(kotlin.native.runtime.NativeRuntimeApi::class)
@Test
fun test() {
GC.collect()
}