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