unity2.cxx 124 B

12345678910
  1. #include "unity.h"
  2. #ifndef DETECT_UNITY
  3. # error "Should have detected a unity build"
  4. #endif
  5. int unity2()
  6. {
  7. return 0;
  8. }