``` class test { void testFunc(int test) { int test = 8; int test = 5; for(int i=5; i<10; ++i) { int test = 23; } } } ```