Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.brendan / operators8.C
blob72891887540895deb558eefc6190df2f1865d026
1 // { dg-do assemble  }
2 // GROUPS passed operators
3 struct A {
4   char *p;
5   operator char *();
6 };
8 char foo(A a)
10   return a[0];