]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ASTMerge/Inputs/function1.c
Vendor import of clang 3.9.1 release r289601:
[FreeBSD/FreeBSD.git] / test / ASTMerge / Inputs / function1.c
1 void f0(int);
2 void f1(int, float);
3 void f2();
4 void f3(void);
5 void f4(int, int);
6 int f5(int) __attribute__((const));