[RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC]
[oota-llvm.git] / test / DebugInfo / PDB / Inputs / symbolformat-fpo.cpp
1 // Compile with "cl /GR- /Zi /c /Ox /Oy symbolformat-fpo.cpp"\r
2 // Refer to symbolformat.cpp for linking instructions.\r
3 \r
4 unsigned fpo_func(unsigned n) {\r
5   return n * 2;\r
6 }\r