Star
81
Fork
27
代码
介绍
代码
Issues
10
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-b.cpp
下载
J
Justin Bogner
profile: Fix link errors in this test on darwin
ba6e2ae0
创建于
2015年5月30日
历史提交
#
include
"instrprof-dynamic-header.h"
void
b
()
{
if
(
true
) {
bar
<
void
>(
1
);
bar
<
int
>(
1
);
}
}