Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Utilities/ClangTidyModule/Tests/cmake-use-pragma-once/cmake-use-pragma-once-neither-fixit.h
3
1
5
6
views
1
#pragma once
2
int
neither
(
)
3
{
4
return
0
;
5
}
6
7