Sign in
qemu
/
meson
/
refs/heads/sharedwithrust
/
.
/
test cases
/
common
/
236 invalid standard overriden to valid
/
meson.build
blob: 9463e4341a23f578eb7dcd85685bb877d9d2b9c1 [
file
] [
log
] [
blame
]
project
(
'invalid C standard overriden to valid one'
,
'c'
,
default_options
:
[
'c_std=invalid99'
],
)
exe
=
executable
(
'main'
,
'main.c'
)
test
(
'main'
,
exe
)