unity1.cxx 71 B

12345678
  1. #include "unity.h"
  2. #define DETECT_UNITY
  3. int unity1()
  4. {
  5. return 0;
  6. }