This website works better with JavaScript.
Explore
Help
Sign In
Lubuntu
/
cmake
Watch
3
Star
0
Fork
You've already forked cmake
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b4903bcd04
cmake
/
Modules
/
TestForAnsiForScope.cxx
9 lines
96 B
Raw
Blame
History
int
main
(
int
,
char
*
[
]
)
{
int
i
;
for
(
int
i
=
0
;
i
<
1
;
+
+
i
)
;
(
void
)
i
;
return
0
;
}
Reference in new issue
View Git Blame
Copy Permalink