1 // RUN: %clang_cc1 -fsyntax-only -verify %s
8 @interface NSSound (Adds)
11 @implementation NSSound (Adds)
19 @implementation NSFont (Adds)
25 // GCC does *not* warn about the following. Since foo/setFoo: are not in the
26 // class or category interface for NSSound, the compiler shouldn't find them.
27 // For now, we will support GCC's behavior (sigh).