index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
failing build
/
11 objc werror
/
test.m
blob: b03db466ad0c33c78651279299ae7d4b00a7ac32 (
plain
)
1
2
3
4
5
#import<stdio.h>
int
main
(
void
)
{
return
1
/
0
;
}