blob: 2edc640c926b03241aaf8cbfb5d03f55e119957a [file] [log] [blame]
#include "ErrorBridgedStaticImpl.h"
@implementation Foo
- (BOOL)foo:(int)x error:(NSError**)error {
*error = nil;
return NO;
}
@end