summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/sp_after_type.cpp
blob: 6f235d22168ae745502e19cde3c5c5cdd159952b (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  )  ;