Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : infer-bin.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
FailingTest.c
blob: 7b16ab086954cfc5d07442c0c17f29367ca1d5e6 (
plain
)
1
2
3
4
5
6
#include <stdio.h>
int
main
() {
int
*
s
=
NULL
;
*
s
=
42
;
return
0
;
}