1#pragma version(1)
2#pragma rs java_package_name(foo)
3
4struct s {
5    int x:1;
6} myStruct;
7
8