blob: 6a1d9d1f8e331d48c617c9ffe3b6b796976af772 [file] [log] [blame]
// Build don't link:
// GROUPS passed errors
void f( int a) {
int a; // this should be an error now// ERROR - .*
{
int a;
}
};