aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/tokenizer/comments.good
blob: baec76f11b4bbb32950e041ab0e8f2900d0e2078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

//fsdfsd
int xx;
/* xxxx */int a;
/* /**/ */int b;
/* * */int c;
/***/int d;
/**/int e;
/*/ */int f;
int g;// xxxx

int/* */k;
int l;/*
*/int m;
/*// */int n;//
int o;
/*
*/int p;/*
*/
int/*/**/*/q;
int/*/* / */*/r;
int/*/* // */*/s;
int/* /* */ */t;
int/* /***/ */u;

// should these be forbidden?
int v = 1 /* */* 2;
/* int w = 1 /* */* 2; */