// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -cl-std=CL1.2
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -cl-std=clc++
// expected-no-diagnostics
float __attribute__;
typedef float float4 __attribute__;
int printf;
void test
{
float4 a;
printf;
}
acos