Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp-clang
/
f080eaf0eace3bd38fdabb37c64bd0a21caa8961
/
.
/
test
/
SemaOpenCL
/
endian-attr.cl
blob: f77664310041ef814b69fcf58a76923d38ab839e [
file
] [
log
] [
blame
]
//
RUN
:
%
clang_cc1 -verify
%
s
constant long a __attribute__
((
endian
(
host
)))
=
100
; // expected-warning {{unknown attribute 'endian' ignored}}