summaryrefslogtreecommitdiff
path: root/test/librandom.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/librandom.h')
-rw-r--r--test/librandom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/librandom.h b/test/librandom.h
new file mode 100644
index 0000000..9037fce
--- /dev/null
+++ b/test/librandom.h
@@ -0,0 +1,6 @@
+#ifndef __LIBRANDOM_H__
+#define __LIBRANDOM_H__
+
+extern void func();
+
+#endif