Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fc18e519709f00a24a54a20453fa7a3bd2ea2d6c
/
.
/
Tests
/
CTestTestCrash
/
crash.cxx
blob: cd50f02049fa76dce9dc7b7c06ae0b4198f0f4e0 [
file
] [
log
] [
blame
]
// causes a segfault
int
main
()
{
int
volatile
*
ptr
=
0
;
*
ptr
=
1
;
}