URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [expr/] [static_cast2.C] - Rev 821
Go to most recent revision | Compare with Previous | Blame | View Log
struct B {};
int main () {
B a;
(1 ? static_cast<B&>(a) :
*static_cast<B*>(&a));
}
Go to most recent revision | Compare with Previous | Blame | View Log