Files
c3c/test/test_suite/comments/simple_comments.c3
2021-06-24 01:29:53 +02:00

16 lines
202 B
C

module comments;
/* Span *//* style */
/* Nested /* Errors // Inside */ */
// Single line
/*
Multiline span style
*/
func void test()
{
return;
}
/* /* nested /* comments! */ !! */ goes here */