1 // RUN
: %clang %s -Xclang -verify -fsyntax-only
2 // RUN
: %clang %s -cl-no-stdinc -Xclang -verify -DNOINC -fsyntax-only
5 //expected-no-diagnostics
9 int i
= get_global_id
(0);
11 //expected-error
@-
2{{use of undeclared identifier
'get_global_id
'}}