interaction for function parameters, fixing PR2046. Patch by Doug Gregor! llvm-svn: 49369
3 lines
117 B
C
3 lines
117 B
C
// RUN: clang -fsyntax-only -verify %s
|
|
void f(int i = 0); // expected-error {{C does not support default arguments}}
|