blob: f77664310041ef814b69fcf58a76923d38ab839e [file] [log] [blame]
Joey Gouly0608ae82013-03-14 09:54:43 +00001// RUN: %clang_cc1 -verify %s
2
Aaron Ballman60f62ad2013-09-09 12:57:20 +00003constant long a __attribute__((endian(host))) = 100; // expected-warning {{unknown attribute 'endian' ignored}}