test_system.cpp 81 B

123456789
  1. #include "systemlib.h"
  2. int main()
  3. {
  4. SystemStruct s;
  5. (void)s;
  6. return 0;
  7. }