diff options
Diffstat (limited to 'samples/lsp.c')
| -rw-r--r-- | samples/lsp.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/lsp.c b/samples/lsp.c new file mode 100644 index 0000000..a2ba13d --- /dev/null +++ b/samples/lsp.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main() { + int x = "not an integer"; + printf("Hello\n"); + return 0 +}
\ No newline at end of file |
