aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c/string.c
blob: 2d5177e00a3ea6e071595a4a4ef1c736cab6bc79 (plain) (blame)
1
2
3
4
5
const char *a = "hello \
world";

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