summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp
new file mode 100644
index 00000000..add7b57e
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp
@@ -0,0 +1,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 );