blob: da787a5a78f8540bb6d01ee0936162559640c965 [file] [log] [blame]
void doSomethingInHead(int arg);
@interface BaseInHead
- (void)doIt:(int)arg;
@end
static inline void test1(int x) {
if (x = 0) {} // produce a warning.
}