Files
ispc/tests_errors/void-qualifiers-1.ispc

4 lines
71 B
Plaintext

// "varying" qualifier is illegal with "void" type
varying void *foo;