blob: e710973700a6f285766c1c3d62e39171f37b3e62 [file] [log] [blame]
Anders Carlsson1a86b332007-10-17 00:52:43 +00001// RUN: clang -fsyntax-only -verify %s
2static int f = 10;
3static int b = f; // expected-error {{initializer element is not constant}}