mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 07:56:06 +00:00
4 lines
142 B
C
4 lines
142 B
C
// RUN: %clang_cc1 %s -verify -fsyntax-only
|
|
|
|
int p1 __attribute__((endian(host))); // expected-warning {{unknown attribute 'endian' ignored}}
|