cmake-use-pragma-once-neither-fixit.h 43 B

12345
  1. #pragma once
  2. int neither()
  3. {
  4. return 0;
  5. }