Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / Inputs / instrprof-gcov-exceptions.cpp
blob327966551d097dcb1f0e6a98ca92a5f82f5e7979
1 #include <string>
3 void asd(std::string i) {
6 int main(void)
8 asd("22");
10 return 0;