index
:
tdevelop
drop/reliant-unix
master
r14.0.x
r14.1.x
v3.5.13-sru
TDE development IDE
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
languages
/
cpp
/
debugger
/
tests
/
segfault
/
segfault.cpp
blob: 3a77e5003de2a5282e9ca761009738e5c1fd4538 (
plain
)
1
2
3
4
5
6
7
int main() { int* ptr = 0; *ptr = 10; }