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