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