mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-13 05:18:55 +00:00
18 lines
213 B
Plaintext
18 lines
213 B
Plaintext
|
|
/* and some comments
|
||
|
|
would make a nice touch */
|
||
|
|
|
||
|
|
context t1
|
||
|
|
{
|
||
|
|
/* this a test of block comments */
|
||
|
|
|
||
|
|
_15x => {
|
||
|
|
/* more comments
|
||
|
|
across several lines
|
||
|
|
* what do you think*
|
||
|
|
*/
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
/* amd some more */
|