1// -target-api 16
2#pragma version(1)
3#pragma rs java_package_name(foo)
4
5void __attribute__((kernel)) root(int i) {
6}
7
8