blob: 56a5b26f2ca5b168f878980b1e5480aee99b1b71 [file] [log] [blame]
Zachary Turnera54b7dd2015-02-22 06:47:32 +00001// Compile with "cl /GR- /Zi /c /Ox /Oy symbolformat-fpo.cpp"
2// Refer to symbolformat.cpp for linking instructions.
3
4unsigned fpo_func(unsigned n) {
5 return n * 2;
6}