blob: 410ca800ce84c0828680428abba34af5a39b4c17 [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed warnings
int
main ()
{
register int x;
int * foo = &x; // in C++ it's perfectly legal to do this
return 0;
}