--TEST-- Check if recursion with yield from works --FILE-- --EXPECT-- int(1) int(4) int(7) int(8) int(10) int(11) int(5) int(7) int(8) int(2)