mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
7c97f78393
First stage: something compiling without klee, but with a buch of dirty hacks - done. Second stage: something running under klee, able to emit useful results, but still using dirty hacks - done. Third stage: make CMake care about clang argumnets - not done, may be omitted if proves to be too hard. Not that klee can be run on CI in any case.
5 lines
53 B
C
5 lines
53 B
C
char *gettext(const char *s)
|
|
{
|
|
return (char *)s;
|
|
}
|