1// -target-api 13 2#pragma version(1) 3#pragma rs java_package_name(foo) 4 5struct s { 6 float3 f; 7}; 8 9struct s myStruct; 10 11