summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/warnings4.C
blob: d733522824ec5c03316a3f1b14936dcd00ce2670 (plain)
1
2
3
4
5
6
7
8
9
10
// 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;
};