2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / objc / execute / nested-1.m
blob02a39036815a5c1e235c8b3de1fab34a78096fbe
1 /* Contributed by Nicola Pero Wed Feb 21 12:08:16 GMT 2001 */
3 int main (void)
5   void nested (void)
6     {
7       return;
8     }
10   return 0;