1 // RUN: %clang_cc1 -DDIGRAPHS=1 -fsyntax-only -verify -ffreestanding %s
2 // RUN: %clang_cc1 -DDIGRAPHS=1 -fno-digraphs -fdigraphs -fsyntax-only -verify -ffreestanding %s
3 // RUN: %clang_cc1 -fno-digraphs -fsyntax-only -verify -ffreestanding %s
4 // RUN: %clang_cc1 -fdigraphs -fno-digraphs -fsyntax-only -verify -ffreestanding %s
5 // RUN: %clang_cc1 -std=c89 -DDIGRAPHS=1 -fdigraphs -fsyntax-only -verify -ffreestanding %s
6 // RUN: %clang_cc1 -std=c89 -fno-digraphs -fsyntax-only -verify -ffreestanding %s
10 // expected-no-diagnostics
17 void copy(char d
<::>, const char s
<::>, int len
)
26 // expected-error@+1 {{expected identifier or '('}}
29 // expected-error@+1 {{expected ')'}} expected-note@+1{{to match this '('}}
30 void copy(char d
<::>);
32 // expected-error@+1 {{expected function body}}