[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / SemaOpenCL / endian-attr.cl
blobf77664310041ef814b69fcf58a76923d38ab839e
1 // RUN: %clang_cc1 -verify %s
3 constant long a __attribute__((endian(host))) = 100; // expected-warning {{unknown attribute 'endian' ignored}}