1#pragma version(1)
2#pragma rs java_package_name(foo)
3
4void test(half h, half2 h2, half3 h3, half4 h4) {
5}
6