]> git.proxmox.com Git - rustc.git/blame - src/compiler-rt/test/profile/Inputs/instrprof-dynamic-a.cpp
New upstream version 1.19.0+dfsg3
[rustc.git] / src / compiler-rt / test / profile / Inputs / instrprof-dynamic-a.cpp
CommitLineData
92a42be0 1#include "instrprof-dynamic-header.h"
7cac9316
XL
2void a() { // COV: [[@LINE]]| 1|void a
3 if (true) { // COV: [[@LINE]]| 1| if
4 bar<void>(1); // COV: [[@LINE]]| 1| bar
5 bar<char>(1); // COV: [[@LINE]]| 1| bar
6 } // COV: [[@LINE]]| 1| }
92a42be0 7}