[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[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}}