blob: b56c17bd8ebb0f57a4e713feba2fc219779145a1 [file] [log] [blame]
void func1() {
printf("Calling func2.");
func2();
}