// -target-api 13
#pragma version(1)
#pragma rs java_package_name(foo)

struct s {
    float3 f;
};

struct s myStruct;