blob: 9567a2fd34d222bd3867a7904450dbfa13479b3c [file] [log] [blame]
/* This test uses intentionally DOS line endings (CR+LF). */
/* { dg-do compile { target { c || c++11 } } } */
/* { dg-options "-Wtrailing-whitespace=none" } */
int i;
int j;
int \
k \
;
/* { dg-warning "backslash and newline separated by space" "" { target *-*-* } .-3 } */
/* { dg-warning "backslash and newline separated by space" "" { target *-*-* } .-3 } */
const char *p = R"*|*(
.
)*|*";
// This is a comment with trailing whitespace
/* This is a comment with trailing whitespace
*/
// This is a comment with trailing whitespace
/* This is a comment with trailing whitespace
*/