2 // Non-linearity in potential_constant_expression_1
3 // { dg-do compile { target c++11 } }
8 #define A(n) , f##n##0, f##n##1, f##n##2, f##n##3
9 #define B(n) A(n##0) A(n##1) A(n##2) A(n##3)
10 #define C B(0) B(1) B(2) B(3)
18 #define A(n) && f##n##0 && f##n##1 && f##n##2 && f##n##3