blob: ef11bc202e15f288b17230acd1ac279cb1071366 [file] [log] [blame]
extern void func2(void);
void func1(void)
{
func2();
}