aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/shadow1.C
blob: 6a1d9d1f8e331d48c617c9ffe3b6b796976af772 (plain)
1
2
3
4
5
6
7
8
// Build don't link: 
// GROUPS passed errors
void f( int a) {
  int a;	// this should be an error now// ERROR - .*
	{
		int a;
	}
};