brintos

brintos / llvm-project-archived public Read only

0
0
Text · 159 B · dc14800 Raw
7 lines · plain
1// RUN: %clang_cc1 %s -cl-std=CL2.0 -verify -fsyntax-only2 3// expected-no-diagnostics4 5// Check redefinition of standard types6typedef atomic_int atomic_flag;7