1in fragmentProcessor child;
2
3half4 helper(fragmentProcessor fp) { return sample(fp); }
4
5half4 main() {
6    return helper(child);
7}
8