Native: add a test for forward declarations with two cinterop libs

This commit is contained in:
Svyatoslav Scherbina
2023-01-19 13:26:22 +01:00
committed by Space Team
parent d4f5d5297f
commit f3ed006ed9
5 changed files with 192 additions and 0 deletions
@@ -472,6 +472,10 @@ open class KonanInteropTest : KonanStandaloneTest() {
@Input
lateinit var interop: String
@Input
@Optional
var interop2: String? = null
@Input
@Optional
var lib: String? = null