summaryrefslogtreecommitdiff
path: root/eg/multidecl.c
blob: 70ffa3f1d32db9f1a9c43717139f678e907bf990 (plain)
1
2
3
int multidecl1,	/* the first one */
    multidecl2,	/* the second one */
    multidecl3;	/* the last one */