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
/
unit
/
5 compiler detection
/
trivial.mm
blob: 927e8104ed192eb3448365af2489d1672c532155 (
plain
)
1
2
3
4
5
6
7
8
9
#import<stdio.h>
class
MyClass
{
};
int
main
(
int
argc
,
char
**
argv
)
{
return
0
;
}