nvim-treesitter/tests/indent/c/string.c
2021-04-23 21:21:38 +02:00

5 lines
72 B
C

const char *a = "hello \
world";
const char *b = "hello "
"world";