index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Utilities
/
ClangTidyModule
/
Tests
/
cmake-use-pragma-once
/
cmake-use-pragma-once-neither-fixit.h
blob: eb5c6dd2e2ea07816c243eb846206f87c49e7350 (
plain
)
1
2
3
4
5
#pragma once
int
neither
()
{
return
0
;
}