blob: d733522824ec5c03316a3f1b14936dcd00ce2670 [file] [log] [blame]
// Build don't link:
// GROUPS passed warnings
int
main ()
{
register int x;
int * foo = &x; // in C++ it's perfectly legal to do this
return 0;
};