Files
2019-02-28 15:26:15 +00:00

6 lines
110 B
Plaintext

import cpp
from Variable v
select v,
any(boolean b | if v.isConstexpr() then b = true else b = false)