summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31620-sp_after_type.cpp
blob: 460c0dc24c26eebced27d22e69c45e818c890349 (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  );