We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86430b commit 56b38b9Copy full SHA for 56b38b9
test/Sema/clang_fn_type_mismatch.swift
@@ -0,0 +1,5 @@
1
+// RUN: not --crash %target-typecheck-verify-swift -sdk %clang-importer-sdk -experimental-print-full-convention -use-clang-function-types
2
+
3
+import ctypes
4
5
+let _error : (@convention(c, cType: "(void *) (*)(void *)") (Int) -> Int)? = getFunctionPointer_()
0 commit comments