index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
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
;
}