bolt/deps/llvm-18.1.8/clang/test/SemaOpenCL/endian-attr.cl

4 lines
143 B
Common Lisp
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -verify %s
constant long a __attribute__((endian(host))) = 100; // expected-warning {{unknown attribute 'endian' ignored}}