Files
c3c/test/test_suite2/comments/simple_comments.c3

16 lines
200 B
C

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