summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31622-sp_after_type.cpp
blob: a924423ad4ad0055d6938f5539ace7a3c9661e22 (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  );