Sign in
llvm
/
llvm-project
/
refs/heads/main
/
.
/
clang
/
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