aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-05-06 14:18:15 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-05-06 14:18:15 -0500
commit1a1ae30456aa05083cdffdf22b56473390ad5f10 (patch)
tree4a86fc1ca6abf0fd496970d52679e663689c001a /tests/include
parentfabb46a639ad38c349e22f5fc0ab37b187772ec3 (diff)
parentc7060f4c5598228585f35057b57bc7435c7f09ce (diff)
downloadnimterop-1a1ae30456aa05083cdffdf22b56473390ad5f10.tar.gz
nimterop-1a1ae30456aa05083cdffdf22b56473390ad5f10.zip
Merge branch 'master' of https://github.com/nimterop/nimterop
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/tast2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index 2ddb58e..0b1fca2 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -20,6 +20,8 @@ extern "C" {
#define COERCE 645635634896ull + 35436
#define COERCE2 645635634896 + 35436ul
#define BINEXPR ~(-(1u << !-1)) ^ (10 >> 1)
+#define POINTEREXPR (int*)0
+#define POINTERPOINTERPOINTEREXPR (int***)0
#define BOOL true
#define MATHEXPR (1 + 2/3*20 - 100)
#define ANDEXPR (100 & 11000)