URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [ext/] [stmtexpr7.C] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/24686
// { dg-options "" }
struct A
{
~A();
};
bool h(int, const A&);
int f();
int i;
void g()
{
i && (A(), ({ static int l = f(); l; }));
}
Go to most recent revision | Compare with Previous | Blame | View Log