Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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}}