blob: 0d071b134b43910fc0c86a6fee6829cbf58adeb0 [file] [log] [blame]
// C++26 P2843R3 - Preprocessing is never undefined
// Test that form-feed 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;