blob: 8dcd22622cca22fb1ba9e4d618be4f88d2fdc318 [file] [log] [blame]
// Generate a warning in here
int function_that_generates_warning(int x)
{
int y = x;
int z = 2;
y -= x;
return y;
}