Home | History | Annotate | Download | only in SemaCUDA
      1 // RUN: %clang_cc1 -fsyntax-only -verify %s
      2 
      3 void cudaConfigureCall(unsigned gridSize, unsigned blockSize); // expected-error {{must have scalar return type}}
      4