1 2 3 4 5 6 7 8 9
@interface Test - (void)test: (long double)val; @end @implementation Test - (void)test: (long double)val { } @end