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