1half4 main(float2 coords); 2 3void func(float2 coords) { 4 main(coords); 5} 6 7/*%%* 8call to 'main' is not allowed 9*%%*/ 10