repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
objc.dg
/
property
/
property-neg-2.m
blob
f730fe846442ffd8238ad391a64511ed3082743a
1
/* { dg-do compile } */
2
3
@interface Bar
4
@end
5
6
@implementation Bar
7
@property int FooBar; /* { dg-error "property declaration not in @interface or @protocol context" } */
8
@end