[LV] Add test showing debug output for loops with uncountable BTCs.
[llvm-project.git] / clang / test / SemaOpenCL / invalid-constant.cl
blobc45811f402512cc0df4ad383c8159b8b5bfaab27
1 // RUN: %clang_cc1 -verify %s
2 constant int no_init; // expected-error {{variable in constant address space must be initialized}}