aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug021/sim.c
blob: 8b12aeb67355ea572071574eb3d75199f4efc770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdio.h>


void street(int number)
{
   printf("street: %d\n",number);
}        


void house(int number)
{
   printf("house: %d\n",number);
}