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

4 lines
76 B
Plaintext

// "varying" qualifier is illegal with "void" type
varying void *foo() { }