Sign in
qemu
/
meson
/
refs/heads/removeggroups
/
.
/
test cases
/
swift
/
10 mixed cpp
/
main.swift
blob: c055dcdb78508e506bc55ddf8ff13628d9bc403b [
file
] [
log
] [
blame
]
testCallFromSwift
()
testCallWithParam
(
"Calling C++ function from Swift with param is working"
)
var
test
=
Test
()
var
testtwo
=
Test
(
1
)
test
.
testCallFromClass
()