URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [expr/] [enum1.C] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do run }
extern "C" void abort();
int main()
{
enum { shelf = 4 } t = shelf;
if (!(t & shelf))
abort ();
}
Go to most recent revision | Compare with Previous | Blame | View Log