OSDN Git Service

PR c++/8316, c++/9315, c++/10136
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ext / stmtexpr1.C
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3 // Special g++ Options:
4
5 void f ()
6 {
7   int i = ({ l: 3; });
8 }