Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
c-c++-common
/
cpp
/
comment-vtab-1.c
blob: 03feb73d0bd071965c8f51acd6b4d23e6b6c2aa9 [
file
] [
log
] [
blame
]
// C++26 P2843R3 - Preprocessing is never undefined
// Test that vertical tab followed by non-whitespace
// in line comments are accepted.
// { dg-do compile }
// { dg-options "-pedantic-errors -Wall -W" }
//
int
a
;
//
int
b
;
// comment
int
c
;