summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/31621-sp_after_type.cpp
blob: b1ffd02b22acee21c8bbdbfa8818010a320fb093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
static int x1;
unsigned long int y1 = (unsigned short)0;
const int foo1(int x);

foo((const int*)0);
static_cast<long long>(0);

static  int  x2;
unsigned  long  int  y2  =  (  unsigned  short  )  0;
const  int  foo2  (  int  x  );

foo  (  (  const  int  *  )  0  );
static_cast  <  long  long  >  (  0  );