blob: 32625dbdb1c3162dd6d31d0c706b5613a06d1565 [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001void bool_or_float() { float x = 5 > 2 ? true : 1.0; }
2void float3_or_float() { float x = 5 > 2 ? float3(1) : 1.0; }