Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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}}