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()