[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / profile / Inputs / instrprof-gcov-__gcov_flush-terminate.c
blob7b24d69c75fcb6fa565b1cb2213d8d8f1591c24a
1 int main(void) {
2 int i = 22;
4 __gcov_flush();
6 i = 42;
8 asm("int $3");
10 i = 84;
12 return 0;