Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / objc.dg / error-1.m
blob86b9d7faa91397b8977c872ef788dd4e393e9a17
1 /* { dg-options "-w" } */
2 /* { dg-do compile } */
3 @implementation A
4 +B  
5 +C {} /* { dg-error "expected '\{' before '\\\+' token" } */
6 @end