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
bf800101c2
meson
/
test cases
/
common
/
172 subproject nested subpr...
/
prog.c
6 lines
61 B
C
Raw
Normal View
History
Unescape
Escape
Add test for subprojects in subdirectories
2018-02-13 02:03:30 +08:00
int
func
(
)
;
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions
2019-09-06 02:41:33 +08:00
int
main
(
)
{
Add test for subprojects in subdirectories
2018-02-13 02:03:30 +08:00
return
func
(
)
=
=
42
?
0
:
1
;
}