function-modifiers.azsl 71 B

123
  1. inline void FuncI();
  2. static void FuncS();
  3. static inline void FuncSI();