forked from OSchip/llvm-project
[OpenCL] Add test case for previous commit.
llvm-svn: 198422
This commit is contained in:
parent
d1e6e141c1
commit
b6eb314c3a
|
@ -0,0 +1,2 @@
|
|||
// RUN: %clang_cc1 -verify %s
|
||||
constant int no_init; // expected-error {{variable in constant address space must be initialized}}
|
Loading…
Reference in New Issue