Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Sema / attr-endian.c
blobdb24dafd4213ba621601c7c12a037aff180d3024
1 // RUN: %clang_cc1 %s -verify -fsyntax-only
3 int p1 __attribute__((endian(host))); // expected-warning {{unknown attribute 'endian' ignored}}