4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
|
|
void cudaConfigureCall(unsigned gridSize, unsigned blockSize); // expected-error {{must have scalar return type}}
|