Duncan P. N. Exon Smith | 0843988 | 2014-05-16 01:30:24 +0000 | [diff] [blame] | 1 | #include "instrprof-dynamic-header.h" |
2 | void b() { | ||||
3 | if (true) { | ||||
Justin Bogner | ba6e2ae | 2015-05-29 22:41:25 +0000 | [diff] [blame] | 4 | bar<void>(1); |
5 | bar<int>(1); | ||||
Duncan P. N. Exon Smith | 0843988 | 2014-05-16 01:30:24 +0000 | [diff] [blame] | 6 | } |
7 | } |