Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
SemaOpenCL
/
types.cl
blob: dc14800f353236c69db4e6e61f8b5519ba4cdb6e [
file
] [
log
] [
blame
]
//
RUN
:
%
clang_cc1
%
s -cl-std=CL2
.0
-verify -fsyntax-only
//
expected-no-diagnostics
//
Check redefinition of standard types
typedef atomic_int atomic_flag
;