bolt/deps/llvm-18.1.8/clang/test/SemaOpenCL/endian-attr.cl
2025-02-14 19:21:04 +01:00

3 lines
143 B
Common Lisp

// RUN: %clang_cc1 -verify %s
constant long a __attribute__((endian(host))) = 100; // expected-warning {{unknown attribute 'endian' ignored}}