Clang Project

clang_source_code/test/SemaOpenCL/invalid-constant.cl
1// RUN: %clang_cc1 -verify %s 
2constant int no_init; // expected-error {{variable in constant address space must be initialized}}
3