blob: f28ac8e7e72ad2169d566ff692033af28b9fd6d0 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
// Special g++ Options:
void f ()
{
int i = ({ l: 3; });
}