cxx_digit_separators.cpp 76 B

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