summaryrefslogtreecommitdiff
path: root/test/Sema/default1.c
blob: 631e848df16cb7bbaacabcb62bf6bd0f5f0fbf8a (plain)
1
2
// RUN: %clang_cc1 -fsyntax-only -verify %s
void f(int i = 0); // expected-error {{C does not support default arguments}}