OSDN Git Service

comment/style fixes
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc / compile / pr18406.m
1 @interface Test
2 - (void)test: (long double)val;
3 @end
4
5 @implementation Test
6 - (void)test: (long double)val
7 {
8 }
9 @end