Sign in
llvm
/
llvm-archive
/
58b05407658c2569b188facf1d1f15e1c0e95aa4
/
.
/
clang-tests
/
gcc-4_2-testsuite
/
src
/
obj-c++.dg
/
syntax-error-3.mm
blob: 2b6cecc55372c77262ee1934f6607ab631d45116 [
file
] [
log
] [
blame
]
/* APPLE LOCAL file 4093475 */
/* Yet another stray infinite loop... */
/* { dg-do compile } */
@interface
Foo
{
int
x
;
int
y
;
}
-
(
int
)
foo
;
{
/* { dg-error "stray .\{. between Objective\\-C\\+\\+ methods" } */
@end