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