diff options
Diffstat (limited to 'test cases/swift/11 mixed cpp/main.swift')
-rw-r--r-- | test cases/swift/11 mixed cpp/main.swift | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/swift/11 mixed cpp/main.swift b/test cases/swift/11 mixed cpp/main.swift new file mode 100644 index 0000000..c055dcd --- /dev/null +++ b/test cases/swift/11 mixed cpp/main.swift @@ -0,0 +1,6 @@ +testCallFromSwift() +testCallWithParam("Calling C++ function from Swift with param is working") + +var test = Test() +var testtwo = Test(1) +test.testCallFromClass() |