1#pragma version(1)
2#pragma rs java_package_name(foo)
3
4struct {
5    int i;
6} myStruct;
7
8int root(int num) {
9    return 10;
10}
11
12