blob: 075de3058f4b734f87ecbb1167441e497875f5e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/* { dg-do compile { target { c || c++11 } } } */
/* { dg-options "-Wno-trailing-whitespace" } */
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
*/
|