This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
a0b37a77ab
meson
/
test cases
/
osx
/
1 basic
/
main.c
6 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
Simple test for OSX.
2013-03-04 02:30:46 +08:00
#
include
<CoreFoundation/CoreFoundation.h>
ci/test: unused args for Windows
2019-12-01 13:19:44 +08:00
int
main
(
void
)
{
Simple test for OSX.
2013-03-04 02:30:46 +08:00
return
0
;
}