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

11 lines
226 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
// RUN: %Slang -g %s
// RUN: %rs-filecheck-wrapper %s
// CHECK: 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) {
}