Variable Location.line
Zero-indexed
Declaration
struct Location
{
// ...
int line;
// ...
}
Zero-indexed
struct Location
{
// ...
int line;
// ...
}