]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/diff/tests/input_c1.in
MFV r322217: 8418 zfs_prop_get_table() call in zfs_validate_name() is a no-op
[FreeBSD/FreeBSD.git] / usr.bin / diff / tests / input_c1.in
1 /*
2  * A comment 
3  *
4  * And another  bla
5  *
6  * And yet another
7  */
8
9 int
10 main(void)
11 {
12         printf("something");
13
14         return (0);
15 }