1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -fsyntax-only -verify %s 2*f4a2713aSLionel Sambuc void f(int i = 0); // expected-error {{C does not support default arguments}} 3