otherfn()1*a06342d2SPavel Labath int otherfn() { 2*a06342d2SPavel Labath int x = 4; // other marker 3*a06342d2SPavel Labath return x; 499451b44SJordan Rupprecht } 5