Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / dist / 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}}