blob: d1a831d6bae9026268069ca36aa4cff53dc8c228 [file] [log] [blame]
Ted Kremenek9277bea2011-06-01 20:09:40 +00001// RUN: %clang_cc1 -fsyntax-only -verify -Wattributes %s
Chandler Carruth7d5c45e2010-07-08 09:42:26 +00002
3int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}
4void z() __attribute__((bogusattr)); // expected-warning {{unknown attribute 'bogusattr' ignored}}