cxx_digit_separators.cpp 78 B

123456
  1. int someFunc()
  2. {
  3. int one_thousand = 1'000;
  4. return one_thousand - 1000;
  5. }