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

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