Sign in
qemu
/
meson
/
refs/heads/cppmodules
/
.
/
test cases
/
failing
/
29 nested ternary
/
meson.build
blob: f9c2e5f8a02975daa5ad68898f60dce81c05d016 [
file
] [
log
] [
blame
]
project
(
'nested ternary'
,
'c'
)
x
=
true
?
(
false
?
1
:
0
)
:
2