1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
---|---|
2 | |
3 | void __assert_rtn(const char *, const char *, int, const char *) __attribute__((__noreturn__)); |
4 | static __inline__ int __inline_isfinitef (float ) __attribute__ ((always_inline)); |
5 | |
6 | @interface NSATSTypesetter (NSPantherCompatibility) // expected-error {{cannot find interface declaration for 'NSATSTypesetter'}} |
7 | - (id)lineFragmentRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated)); |
8 | @end |
9 |