5 lines
87 B
C
5 lines
87 B
C
// RUN: clang -fsyntax-only %s
|
|
unsigned char *foo = "texto\
|
|
que continua\
|
|
e continua";
|