]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/diff/tests/input_c2.in
Add 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a1d9413a7f4aaede7313aa'
[FreeBSD/FreeBSD.git] / usr.bin / diff / tests / input_c2.in
1 /*
2  * A comment 
3  *
4  * And another bla
5  *
6  * and yet another
7  */
8
9 int
10 main(void)
11 {
12
13         printf("something");
14
15         return (0);
16 }