blob: 02b0a8f758b70829bb4ea243608f26ccae718594 [file] [log] [blame]
#include <stdio.h>
void file1() {
printf("Control in function %s\n", __func__);
}