Sign in
llvm
/
llvm-project
/
clang
/
a3518bacec917188453bef45ddfa05588c1c24f0
/
.
/
test
/
Parser
/
objcxx-coloncolon.mm
blob: 864a7df8400c1c5685c7b471d579c66fa7289a38 [
file
] [
log
] [
blame
]
// Test to make sure the parser does not get stuck on the optional
// scope specifier on the type B.
// RUN: %clang_cc1 -fsyntax-only %s
class
B
;
@interface
A
-
(
void
)
init
:(::
B
*)
foo
;
@end