namespace Semmle.Extraction.Kinds; public enum VariableKind { None = 1, Const = 2, Ref = 3 }