blob: 65df861f8321672244be9bfe52d33fea3abd6efc [file] [log] [blame]
Rafael Espindola87198cd2013-08-16 23:18:50 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2
Aaron Ballman88fe3222013-12-26 17:30:44 +00003extern char test1[] __attribute__((used)); // expected-warning {{'used' attribute ignored}}
4extern const char test2[] __attribute__((used)); // expected-warning {{'used' attribute ignored}}
Rafael Espindola87198cd2013-08-16 23:18:50 +00005extern const char test3[] __attribute__((used)) = "";