diff options
Diffstat (limited to 'test/profile/Inputs/instrprof-dynamic-a.cpp')
-rw-r--r-- | test/profile/Inputs/instrprof-dynamic-a.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/profile/Inputs/instrprof-dynamic-a.cpp b/test/profile/Inputs/instrprof-dynamic-a.cpp new file mode 100644 index 0000000000000..67de263c4d887 --- /dev/null +++ b/test/profile/Inputs/instrprof-dynamic-a.cpp @@ -0,0 +1,7 @@ +#include "instrprof-dynamic-header.h" +void a() { + if (true) { + bar<void>(); + bar<char>(); + } +} |