repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git]
/
gcc
/
testsuite
/
obj-c++.dg
/
syntax-error-5.mm
blob
f0d06052081de65a75dd3cc62d67da2a9fa22f3a
1
/* { dg-do compile } */
2
3
typedef struct S { int i; } NSDictionary;
4
5
@interface A
6
{
7
}
8
@end
9
10
@interface B : A
11
{
12
NSDictionary * _userInfo;
13
@end /* { dg-error "expected .\}. before .end." } */