summaryrefslogtreecommitdiff
path: root/elf/circlemod2.c
blob: ed8c1175fb02ed027a84de9c5cb26ae7daa1b863 (plain)
1
2
3
4
5
6
7
8
9
extern void circlemod2_undefined (void);
extern int circlemod3 (void);

int
circlemod2 (void)
{
  circlemod2_undefined ();
  return circlemod3 ();
}