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