a22dcc0f14
There is no infrastructure for testing klib ABI compatibility yet. As a workaround, we store klib directly in repo.
8 lines
240 B
Kotlin
8 lines
240 B
Kotlin
/*
|
|
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
|
*/
|
|
|
|
fun main() {
|
|
val c = C()
|
|
} |