cmake-use-pragma-once-include-guards-fixit.h 50 B

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