mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 02:40:11 +01:00
16 lines
203 B
C
16 lines
203 B
C
|
|
/* this is a comment */
|
||
|
|
// so is this
|
||
|
|
// */
|
||
|
|
f = g/**//h;
|
||
|
|
/*//*/l();
|
||
|
|
m = n//**/o
|
||
|
|
+ p;
|
||
|
|
/* this
|
||
|
|
comment spans
|
||
|
|
multiple lines and
|
||
|
|
contains *** stars
|
||
|
|
and slashes / *** /
|
||
|
|
and other stuff.
|
||
|
|
****/
|
||
|
|
more code here
|