summaryrefslogtreecommitdiff
path: root/test/pthread/tst-c99.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pthread/tst-c99.c')
-rw-r--r--test/pthread/tst-c99.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pthread/tst-c99.c b/test/pthread/tst-c99.c
new file mode 100644
index 0000000..3cc91b1
--- /dev/null
+++ b/test/pthread/tst-c99.c
@@ -0,0 +1,2 @@
+#include <pthread.h>
+int main(void) { return 0; }