1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify %s
6 extern int x
= 1; // expected-error {{declaration of block scope identifier with linkage cannot have an initializer}}
13 extern int y
= 1; // expected-error {{declaration of block scope identifier with linkage cannot have an initializer}}