blob: c906ef9bd537f09ec7002d6704ed916ef6bb617f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
void f(){
return f(p0,
p1);
}
typedef enum
{
xxx = 0x00 /* comment */
, yyy = 0x01 /* comment */
, zzz = 0x02 /* comment */
, ttt = 0x03 /* comment */
, rrr = 0x04 /* comment */
}some_label;
|