1 // RUN: %clang_cc1 -fsyntax-only -verify %s
5 void f0(int *ip
= &global_f
); // expected-error{{cannot initialize}} \
6 // expected-note{{passing argument to parameter 'ip' here}}
8 // Example from C++03 standard
17 g(); // FIXME: check that a is called with a value of 2