URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [expr/] [cast6.C] - Rev 822
Go to most recent revision | Compare with Previous | Blame | View Log
void f(int &);
void f(const int &);
int main() {
volatile int x = 2;
f((int)x);
}
Go to most recent revision | Compare with Previous | Blame | View Log