Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
objcpp
/
1 simple
/
prog.mm
blob: d3bbf6c05773d356a5c4ec3f0bf77bf0dd8bedc8 (
plain
)
1
2
3
4
5
6
7
8
9
#import<stdio.h>
class
MyClass
{
};
int
main
(
void
)
{
return
0
;
}