xref
: /
netbsd-src
/
sys
/
external
/
bsd
/
compiler_rt
/
dist
/
test
/
profile
/
Inputs
/
instrprof-dynamic-header.h
(revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
template
<
class
T
>
void
bar
(
int
X
) {
2
if
(
X
) {
3
X
*=
4
;
4
}
5
}
6
void
a
();
7
void
b
();
8