summaryrefslogtreecommitdiff
path: root/util/sbase/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/sbase/false.c')
-rw-r--r--util/sbase/false.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/sbase/false.c b/util/sbase/false.c
new file mode 100644
index 00000000..fce3fd98
--- /dev/null
+++ b/util/sbase/false.c
@@ -0,0 +1,6 @@
+/* See LICENSE file for copyright and license details. */
+int
+main(void)
+{
+ return 1;
+}