Icyrockton

Results 1 issues of Icyrockton

Is the code below correct ? ```scala val cpg = importCode.c.fromString( """ |int nested(int a) { | int x; | int z = 0x37; | if(a < 10) { |...