Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Utilities
/
ClangTidyModule
/
Tests
/
cmake-use-pragma-once
/
cmake-use-pragma-once-both.h
blob: fdf3cd3edc5bd535466aa95376e427998c92384c [
file
] [
log
] [
blame
]
#ifndef
BOTH_H
#define
BOTH_H
#pragma
once
int
both
()
{
return
0
;
}
#endif