int add (int x int y){ return (x+y); } test{ while x { int y = 4; } }