1#include <string>
2
3void asd(std::string i) {
4}
5
6int main(void)
7{
8 asd("22");
9
10 return 0;
11}
12

source code of compiler-rt/test/profile/Inputs/instrprof-gcov-exceptions.cpp