2009-12-15 01:51:07 +08:00
|
|
|
// RUN: clang -cc1 -fsyntax-only -verify %s
|
2008-01-18 04:33:24 +08:00
|
|
|
|
|
|
|
void __assert_rtn(const char *, const char *, int, const char *) __attribute__((__noreturn__));
|
|
|
|
static __inline__ int __inline_isfinitef (float ) __attribute__ ((always_inline));
|
|
|
|
|
|
|
|
@interface NSATSTypesetter (NSPantherCompatibility) // expected-error {{ "cannot find interface declaration for 'NSATSTypesetter'" }}
|
|
|
|
- (id)lineFragmentRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated));
|
|
|
|
@end
|