Files
c3c/test/test_suite/comments/simple_comments.c3
2021-11-16 17:46:44 +01:00

16 lines
200 B
Plaintext

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