• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

triple(int x)1 static inline int triple(int x) { return x * 3; }
2