mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
16 lines
191 B
Plaintext
16 lines
191 B
Plaintext
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
// <rdar://problem/9388207>
|
|
@interface A
|
|
@end
|
|
|
|
@interface A(N)
|
|
@end
|
|
|
|
@protocol M
|
|
@end
|
|
|
|
namespace N { }
|
|
namespace M { }
|