blob: c8fb75ef52ede02c30b69584c41c4ecc9fd5b4df [file] [log] [blame]
#include "instrprof-dynamic-header.h"
void b() {
if (true) {
bar<void>();
bar<int>();
}
}