1 2 3 4 5 6 7 8 9 10
// RUN: clang -fsyntax-only %s @interface foo - (int)meth; @end @implementation foo - (int) meth { return [self meth]; } @end