This website works better with JavaScript.
Explore
Help
Sign In
pghs975uc
/
infer_clone
Watch
1
Star
0
Fork
You've already forked infer_clone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
41fe321582
infer_clone
/
examples
/
hello.c
7 lines
65 B
Raw
Blame
History
#
include
<stdlib.h>
void
test
(
)
{
int
*
s
=
NULL
;
*
s
=
42
;
}
Reference in new issue
View Git Blame
Copy Permalink