]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/diamond_bottom.h
Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / diamond_bottom.h
1 @import diamond_left;
2 @import diamond_right;
3
4 char bottom(char *x);