frameworks/compile/slang/lit-tests/debug/debug_disabled.rscript

11 lines
227 B
Plaintext
Raw Normal View History

2025-08-25 08:17:13 +08:00
// RUN: %Slang %s
// RUN: %rs-filecheck-wrapper %s
// CHECK-NOT: DILocation
#pragma version(1)
#pragma rs java_package_name(foo)
void root(const int *ain, int *aout, const void *usrData,
uint32_t x, uint32_t y) {
}