SKIP: FAILED | |
Validation Failure: | |
Compilation failed: | |
program_source:16:24: error: default initialization of an object of const type 'device uint *const' (aka 'device unsigned int *const') | |
device uint* const p; | |
^ | |
= nullptr | |
program_source:27:9: error: cannot assign to variable 'p' with const-qualified type 'device uint *const' (aka 'device unsigned int *const') | |
p = &(b.data.array[i]); | |
~ ^ | |
program_source:16:24: note: variable 'p' declared const here | |
device uint* const p; | |
~~~~~~~~~~~~~~~~~~~^ |