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