brintos

brintos / llvm-project-archived public Read only

0
0
Text · 168 B · 56a5b26 Raw
7 lines · cpp
1// 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}7