summaryrefslogtreecommitdiffstats
path: root/test/CoverageMapping/Inputs/code.h
blob: cd3cfb5d3fed8bbdee7bcaafa1ae19b7cf78f5af (plain)
1
2
3
4
5
6
7
8
9
10
11
x = x;
if (x == 0) {
  x = 1;
} else {
  x = 2;
}
if (true) {
  x = x;
} else {
  x = x;
}
OpenPOWER on IntegriCloud