summaryrefslogtreecommitdiff
path: root/test/use_lib_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/use_lib_random.c')
-rw-r--r--test/use_lib_random.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/use_lib_random.c b/test/use_lib_random.c
new file mode 100644
index 0000000..583608d
--- /dev/null
+++ b/test/use_lib_random.c
@@ -0,0 +1,6 @@
+#include "librandom.h"
+
+int main() {
+ func();
+ return 0;
+}