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 280123c commit 27f7a55Copy full SHA for 27f7a55
test/embedded/dependencies-concurrency.swift
@@ -23,11 +23,19 @@
23
// DEP: ___stack_chk_fail
24
// DEP: ___stack_chk_guard
25
// DEP: ___stderrp
26
+// DEP: __availability_version_check
27
// DEP: _abort
28
// DEP: _asl_log
29
+// DEP: _dispatch_once_f
30
+// DEP: _dlsym
31
// DEP: _exit
32
+// DEP: _fclose
33
+// DEP: _fopen
34
// DEP: _fprintf
35
+// DEP: _fread
36
// DEP: _free
37
+// DEP: _fseek
38
+// DEP: _ftell
39
// DEP: _malloc
40
// DEP: _memcpy
41
// DEP: _memset_s
@@ -39,6 +47,8 @@
47
// DEP: _pthread_self
48
// DEP: _pthread_setspecific
49
// DEP: _putchar
50
+// DEP: _rewind
51
+// DEP: _sscanf
42
52
// DEP: _strlen
43
53
// DEP: _vfprintf
44
54
// DEP: _vsnprintf
0 commit comments