aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ext/arrnew.C
blob: ef051d265a048d1d5fc60714b320c8d0944e768e (plain)
1
2
3
4
5
// PRMS Id: 4992
// Build don't link:
// Special g++ Options:

	int *f(){ return new int[1] = { 1 };   }