This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
af40e8c312
CMake
/
Tests
/
SimpleCOnly
/
bar.c
2 lines
22 B
C
Raw
Normal View
History
Unescape
Escape
ENH: add a SimpleCOnly test, this is needed e.g. for testing sdcc since this doesn't support C++ and also doesn't have a printf() implementation by default -add a test for mingw cross compiler Alex
2007-06-26 23:30:02 +04:00
int
bar
(
)
{
return
5
;
}