Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
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