pr18406.m   [plain text]


@interface Test
- (void)test: (long double)val;
@end

@implementation Test
- (void)test: (long double)val
{
}
@end