blob: 305a575acf91cea5e9f1f6678a6e491bb246cb0f [file] [log] [blame]
static int duplicate_func() {
return 4;
}
int func() {
return duplicate_func();
}