mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
17 lines
122 B
Text
17 lines
122 B
Text
|
|
/*
|
||
|
|
* A comment
|
||
|
|
*
|
||
|
|
* And another bla
|
||
|
|
*
|
||
|
|
* and yet another
|
||
|
|
*/
|
||
|
|
|
||
|
|
int
|
||
|
|
main(void)
|
||
|
|
{
|
||
|
|
|
||
|
|
printf("something");
|
||
|
|
|
||
|
|
return (0);
|
||
|
|
}
|