summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c
blob: 7b24d69c75fcb6fa565b1cb2213d8d8f1591c24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
int main(void) {
  int i = 22;

  __gcov_flush();

  i = 42;

  asm("int $3");

  i = 84;

  return 0;
}
OpenPOWER on IntegriCloud