summaryrefslogtreecommitdiff
path: root/test/Sema/attr-endian.c
blob: db24dafd4213ba621601c7c12a037aff180d3024 (plain)
1
2
3
// RUN: %clang_cc1 %s -verify -fsyntax-only

int p1 __attribute__((endian(host)));	// expected-warning {{unknown attribute 'endian' ignored}}