Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / bycopy-1.m
blobc719d27d18beb56a19f19d24b2b23e9672021f72
1 /*
2  * Contributed by Nicola Pero <nicola@brainstorm.co.uk>
3  * Fri Feb  2 11:48:01 GMT 2001
4  */
6 #include "../../objc-obj-c++-shared/Protocol1.h"
8 @protocol MyProtocol
9 - (bycopy id) bycopyMethod;
10 @end
12 int main (void)
14   [nil bycopyMethod];
16    exit (0);