| 1 | #include "instrprof-dynamic-header.h" |
|---|---|
| 2 | void a() { // COV: [[@LINE]]| 1|void a |
| 3 | if (true) { // COV: [[@LINE]]| 1| if |
| 4 | bar<void>(X: 1); // COV: [[@LINE]]| 1| bar |
| 5 | bar<char>(X: 1); // COV: [[@LINE]]| 1| bar |
| 6 | } // COV: [[@LINE]]| 1| } |
| 7 | } |
| 8 |
| 1 | #include "instrprof-dynamic-header.h" |
|---|---|
| 2 | void a() { // COV: [[@LINE]]| 1|void a |
| 3 | if (true) { // COV: [[@LINE]]| 1| if |
| 4 | bar<void>(X: 1); // COV: [[@LINE]]| 1| bar |
| 5 | bar<char>(X: 1); // COV: [[@LINE]]| 1| bar |
| 6 | } // COV: [[@LINE]]| 1| } |
| 7 | } |
| 8 |