summaryrefslogtreecommitdiffstats
path: root/test cases/failing/29 nested ternary/meson.build
blob: 76364cea6487fba00ae377d077a9a4245930d12d (plain)
1
2
3
project('nested ternary')

x = true ? (false ? 1 : 0) : 2