//RUN: %clang_cc1 -O0 -cl-std=CL2.0 -fsyntax-only -verify %s
kernel void C ;
__attribute__ // expected-error {{'opencl_unroll_hint' attribute requires an integer constant}}
while ;
}
kernel void E {
__attribute__ // expected-error {{'opencl_unroll_hint' attribute takes no more than 1 argument}}
for {
int I = 3