Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-opt-report / Inputs / unrl.c
blob0982ba248868cbcbe22e204a035071dfb8265fc7
1 void bar();
3 void foo() {
4 for (int i = 0; i < 5; ++i)
5 bar();
7 for (int i = 0; i < 11; ++i)
8 bar();