Tests for variable in and out of loop scope
Tests for checking variable scope in and out of loop
Tests are helpful for understanding behavior of variables with different initialization and declaration places. This may prevent from semantic errors in future. Test are helpful for work with compiler components, tokens, etc. Because it will check if the right behavior of variables was not suddenly changed. More detailed information can be observed here: mesa#5367 (closed)
Signed-off-by: Viktoriia Palianytsia v.palianytsia@globallogic.com Reviewed-by: Marek Olšák marek.olsak@amd.com
Edited by Viktoriia Palianytsia