diff options
Diffstat (limited to 'test/symbolic/klee/nvim/gettext.c')
-rw-r--r-- | test/symbolic/klee/nvim/gettext.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/symbolic/klee/nvim/gettext.c b/test/symbolic/klee/nvim/gettext.c new file mode 100644 index 0000000000..b9cc98d770 --- /dev/null +++ b/test/symbolic/klee/nvim/gettext.c @@ -0,0 +1,4 @@ +char *gettext(const char *s) +{ + return (char *)s; +} |