diff options
Diffstat (limited to 'usr.bin/diff/tests/input_c1.in')
-rw-r--r-- | usr.bin/diff/tests/input_c1.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/diff/tests/input_c1.in b/usr.bin/diff/tests/input_c1.in new file mode 100644 index 000000000000..d39dfbdc511b --- /dev/null +++ b/usr.bin/diff/tests/input_c1.in @@ -0,0 +1,15 @@ +/* + * A comment + * + * And another bla + * + * And yet another + */ + +int +main(void) +{ + printf("something"); + + return (0); +} |