/**
* COMP 520
* Identification
*/
class Pass15 {
public static void main(String[] args) {
int x = 3;
{int y = 4; }
{int z = 10; int y = 5; }
}