aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/comment-vtab-1.c
blob: 03feb73d0bd071965c8f51acd6b4d23e6b6c2aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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;