URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [attributes/] [invalid-attribute-1.m] - Rev 704
Compare with Previous | Blame | View Log
/* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, January 2011. */ /* { dg-do compile } */ #include <objc/objc.h> __attribute__ ((deprecated)) @class A; /* { dg-error "unexpected attribute before .class." } */