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
/
Tests
/
CTestTestCrash
/
crash.cxx
blob: 370c3fbbe04d0645b4dc831f43657976950c851f (
plain
)
1
2
3
4
5
6
// causes a segfault
int
main
()
{
int
*
ptr
=
0
;
*
ptr
=
1
;
}