mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
21 lines
226 B
Text
21 lines
226 B
Text
|
|
--- input_c1.in
|
||
|
|
+++ input_c2.in
|
||
|
|
@@ -1,14 +1,15 @@
|
||
|
|
/*
|
||
|
|
* A comment
|
||
|
|
*
|
||
|
|
- * And another bla
|
||
|
|
+ * And another bla
|
||
|
|
*
|
||
|
|
- * And yet another
|
||
|
|
+ * and yet another
|
||
|
|
*/
|
||
|
|
|
||
|
|
int
|
||
|
|
main(void)
|
||
|
|
{
|
||
|
|
+
|
||
|
|
printf("something");
|
||
|
|
|
||
|
|
return (0);
|