1// RUN: %Slang %s 2// RUN: %rs-filecheck-wrapper %s 3// CHECK-NOT: DILocation 4 5#pragma version(1) 6#pragma rs java_package_name(foo) 7 8void root(const int *ain, int *aout, const void *usrData, 9 uint32_t x, uint32_t y) { 10} 11