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/Tests/CMakeCommands/target_compile_features/main.cpp
3
1
5
2
views
1
2
int
main
(
int
,
char
*
*
)
3
{
4
auto
i
=
0
;
5
return
i
;
6
}
7
8