blob: 67de263c4d887c36dc5e931288b6f070c0446129 [file] [log] [blame]
#include "instrprof-dynamic-header.h"
void a() {
if (true) {
bar<void>();
bar<char>();
}
}