Compile-time constant

Author: LGTM

import go

from DataFlow::Node zero
where zero.getNumericValue() = 0
select zero

Description

Finds compile-time constants with value zero.