Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
objc.dg
/
attributes
/
invalid-attribute-1.m
blob: ec17e9d716c1a81348eb2dc14a116774a5c99b54 [
file
] [
log
] [
blame
]
/* 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." } */