blob: 07191cc3a0438d1677c223af3bec46033c7ad209 [file] [log] [blame]
extern int b();
extern int c();
extern int d();
int main()
{
c();
b();
d();
}