C++程序  |  8行  |  104 B

#include "instrprof-dynamic-header.h"
void b() {
  if (true) {
    bar<void>(1);
    bar<int>(1);
  }
}