tree-optimization/116481 - avoid building function_type[]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / digit-sep-paste.C
blob41fb967ef8d6dd2c342eacb0e20068ed991a19f3
1 // Test token pasting with digit separators avoided for preprocessed output.
2 // { dg-do compile { target c++14 } }
3 // { dg-options "-save-temps" }
5 #define ZERO 0
7 int
8 f ()
10   return ZERO'0'0; /* { dg-error "expected" } */