mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
15 lines
154 B
Plaintext
15 lines
154 B
Plaintext
module comments;
|
|
/* Span *//* style */
|
|
|
|
/+ Nested /+ Errors /* Inside +/ +/
|
|
// Single line
|
|
/*
|
|
Multiline span style
|
|
*/
|
|
|
|
func void test()
|
|
{
|
|
return;
|
|
}
|
|
|