blob: 76364cea6487fba00ae377d077a9a4245930d12d [file] [log] [blame]
project('nested ternary')
x = true ? (false ? 1 : 0) : 2