1cb93a386Sopenharmony_cihalf4 color;
2cb93a386Sopenharmony_civoid f1();
3cb93a386Sopenharmony_ci
4cb93a386Sopenharmony_cihalf4 main(float2 xy) {
5cb93a386Sopenharmony_ci    f1();
6cb93a386Sopenharmony_ci    return color;
7cb93a386Sopenharmony_ci}
8cb93a386Sopenharmony_ci
9cb93a386Sopenharmony_civoid f49() { color = half4(1); }
10cb93a386Sopenharmony_civoid f48() { f49(); }
11cb93a386Sopenharmony_civoid f47() { f48(); }
12cb93a386Sopenharmony_civoid f46() { f47(); }
13cb93a386Sopenharmony_civoid f45() { f46(); }
14cb93a386Sopenharmony_civoid f44() { f45(); }
15cb93a386Sopenharmony_civoid f43() { f44(); }
16cb93a386Sopenharmony_civoid f42() { f43(); }
17cb93a386Sopenharmony_civoid f41() { f42(); }
18cb93a386Sopenharmony_civoid f40() { f41(); }
19cb93a386Sopenharmony_civoid f39() { f40(); }
20cb93a386Sopenharmony_civoid f38() { f39(); }
21cb93a386Sopenharmony_civoid f37() { f38(); }
22cb93a386Sopenharmony_civoid f36() { f37(); }
23cb93a386Sopenharmony_civoid f35() { f36(); }
24cb93a386Sopenharmony_civoid f34() { f35(); }
25cb93a386Sopenharmony_civoid f33() { f34(); }
26cb93a386Sopenharmony_civoid f32() { f33(); }
27cb93a386Sopenharmony_civoid f31() { f32(); }
28cb93a386Sopenharmony_civoid f30() { f31(); }
29cb93a386Sopenharmony_civoid f29() { f30(); }
30cb93a386Sopenharmony_civoid f28() { f29(); }
31cb93a386Sopenharmony_civoid f27() { f28(); }
32cb93a386Sopenharmony_civoid f26() { f27(); }
33cb93a386Sopenharmony_civoid f25() { f26(); }
34cb93a386Sopenharmony_civoid f24() { f25(); }
35cb93a386Sopenharmony_civoid f23() { f24(); }
36cb93a386Sopenharmony_civoid f22() { f23(); }
37cb93a386Sopenharmony_civoid f21() { f22(); }
38cb93a386Sopenharmony_civoid f20() { f21(); }
39cb93a386Sopenharmony_civoid f19() { f20(); }
40cb93a386Sopenharmony_civoid f18() { f19(); }
41cb93a386Sopenharmony_civoid f17() { f18(); }
42cb93a386Sopenharmony_civoid f16() { f17(); }
43cb93a386Sopenharmony_civoid f15() { f16(); }
44cb93a386Sopenharmony_civoid f14() { f15(); }
45cb93a386Sopenharmony_civoid f13() { f14(); }
46cb93a386Sopenharmony_civoid f12() { f13(); }
47cb93a386Sopenharmony_civoid f11() { f12(); }
48cb93a386Sopenharmony_civoid f10() { f11(); }
49cb93a386Sopenharmony_civoid f9()  { f10(); }
50cb93a386Sopenharmony_civoid f8()  { f9(); }
51cb93a386Sopenharmony_civoid f7()  { f8(); }
52cb93a386Sopenharmony_civoid f6()  { f7(); }
53cb93a386Sopenharmony_civoid f5()  { f6(); }
54cb93a386Sopenharmony_civoid f4()  { f5(); }
55cb93a386Sopenharmony_civoid f3()  { f4(); }
56cb93a386Sopenharmony_civoid f2()  { f3(); }
57cb93a386Sopenharmony_civoid f1()  { f2(); }
58