blob: 5c2d9bae8dba6baa4886421d9ad026990c1179ea [file] [log] [blame]
Duncan P. N. Exon Smith08439882014-05-16 01:30:24 +00001#include "instrprof-dynamic-header.h"
2void b() {
3 if (true) {
Justin Bognerba6e2ae2015-05-29 22:41:25 +00004 bar<void>(1);
5 bar<int>(1);
Duncan P. N. Exon Smith08439882014-05-16 01:30:24 +00006 }
7}