Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / expr1.C
blob701e5a28aeb4e531739e840e5184752a65f9b0a2
1 // { dg-do assemble  }
2 // Bug: g++ doesn't figure out what to do.
4 struct A {
5   operator char *();
6 };
7  
8 char foo(A a)
10   char c = a[0];                        // { dg-bogus "" } 
11   return c;