1 2 3 4 5 6 7
#include "instrprof-dynamic-header.h" void a() { if (true) { bar<void>(); bar<char>(); } }