Files
ispc/tests_errors/soa-1.ispc

4 lines
90 B
Plaintext

// Illegal to provide soa<4> qualifier with non-struct type "void"
soa<4> void foo() { }