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