1// Test identical code folding handling.
2#include <stdio.h>
3
4int foo() {
5 return 0;
6}
7
8int bar() {
9 return 0;
10}
11
12int main() {
13 return foo();
14}
15

source code of bolt/test/Inputs/icf_main.c