[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / profile / Inputs / gcc-flag-compatibility.c
blob1c07bb1d0f30a4ad019cd4e18010193430cdc8d8
1 int X = 0;
3 int main() {
4 int i;
5 for (i = 0; i < 100; i++)
6 X += i;
7 return 0;