// RUN: %clang_cc1 -fsyntax-only -verify %s
extern char test1 ; // expected-warning {{'used' attribute ignored on a non-definition declaration}}
extern const char test2 ; // expected-warning {{'used' attribute ignored on a non-definition declaration}}
extern const char test3 = "";