• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Constexpr:
2 int getCoolestInteger();
3 static int coolest_integer = getCoolestInteger();
4