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
/
12 objcpp werror
/
test.mm
blob: 732cffa3ff17ee6f76db89a17d812f2b6a1dd0c1 (
plain
)
1
2
3
4
5
6
7
8
#import<stdio.h>
class
MyClass
{
};
int
main
(
void
)
{
return
1
/
0
;
}