summaryrefslogtreecommitdiffstats
path: root/test/SemaCUDA/config-type.cu
blob: a469d38d3e93b5c71fc1fbddd2bd4a7261fe9d54 (plain)
1
2
3
// RUN: %clang_cc1 -fsyntax-only -verify %s

void cudaConfigureCall(unsigned gridSize, unsigned blockSize); // expected-error {{must have scalar return type}}