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