aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc/execute/nested-1.m
blob: 02a39036815a5c1e235c8b3de1fab34a78096fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Contributed by Nicola Pero Wed Feb 21 12:08:16 GMT 2001 */

int main (void)
{
  void nested (void)
    {
      return;
    }

  return 0;
}