brintos

brintos / llvm-project-archived public Read only

0
0
Text · 122 B · 631e848 Raw
3 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify %s2void f(int i = 0); // expected-error {{C does not support default arguments}}3