xref: /llvm-project/clang/test/SemaOpenCL/invalid-constant.cl (revision b6eb314c3a58a69519d96411ff5f90a2d6d83629)
1// RUN: %clang_cc1 -verify %s
2constant int no_init; // expected-error {{variable in constant address space must be initialized}}
3