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

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