Init new repository
This commit is contained in:
32
tests/nested_comments.txt
Normal file
32
tests/nested_comments.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
|
||||
/* Nesting 0
|
||||
/* Nesting 1
|
||||
|
||||
|
||||
*/
|
||||
|
||||
/* Nesting 1
|
||||
/* Nesting 2
|
||||
|
||||
|
||||
*/
|
||||
*/
|
||||
*/
|
||||
|
||||
main :: proc(): int {
|
||||
/* Nesting 0
|
||||
/* Nesting 1
|
||||
|
||||
|
||||
*/
|
||||
|
||||
/* Nesting 1
|
||||
/* Nesting 2
|
||||
/* Nesting 3 */
|
||||
/* Nesting 3 */
|
||||
/* Nesting 3 */
|
||||
*/
|
||||
*/
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user