symxref1.gms : Test cross-reference generation problem

Description

gamma and ycal happen to hash to the same slot causing
a problem with an incorrect cross-reference


Small Model of Type : GAMS


Category : GAMS Test library


Main file : symxref1.gms

$title 'Test cross-reference generation problem' (SYMXREF1,SEQ=205)

$ontext
gamma and ycal happen to hash to the same slot causing
a problem with an incorrect cross-reference
$offtext

$onsymxref
scalar x;
scalar gamma;
scalar ycal;
ycal = system.gamma(2);