summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/sp_before_tr_emb_cmt_input.cpp
blob: 45ffb335f2ca8f6fb59e594b88360e8c592dc291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* leading cmt */ int w;
int y;/* embedded cmt */int z;
// whole cpp cmt
int x; // trailing cpp cmt
/* whole c cmt */
int x; /* trailing c cmt */
struct foo { // trailing cmt
  int x; // trailing cmt
  // whole cmt
  int a;     /* emb cmt */ int b;    // trailing cmt
}; // trailing cmt
int a;/* emb cmt */ int b;// trailing cmt