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