1 // Compile with "cl /GR- /Zi /c /Ox /Oy symbolformat-fpo.cpp"
2 // Refer to symbolformat.cpp for linking instructions.
3 
fpo_func(unsigned n)4 unsigned fpo_func(unsigned n) {
5   return n * 2;
6 }
7