]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/pr58155.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr58155.C
1 // { dg-do compile { target c++11 } }
2
3 #define BAZ "baz"
4
5 #if 0
6
7 "bar"BAZ
8
9 R"(
10 bar
11 )"BAZ
12
13 #endif
This page took 0.037702 seconds and 5 git commands to generate.