diff options
Diffstat (limited to 'meson/test cases/common/194 static threads/lib2.c')
-rw-r--r-- | meson/test cases/common/194 static threads/lib2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/common/194 static threads/lib2.c b/meson/test cases/common/194 static threads/lib2.c new file mode 100644 index 000000000..e988814e2 --- /dev/null +++ b/meson/test cases/common/194 static threads/lib2.c @@ -0,0 +1,5 @@ +extern void *f(void); + +void *g(void) { + return f(); +} |