summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/tests/types
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-18 23:24:00 +0000
committerKarl Berry <karl@freefriends.org>2010-06-18 23:24:00 +0000
commit47fea6d4aa5c9cfb2e71c51f769dac3023630035 (patch)
tree6a4b15f0b85d8bb5602146e20241b49e938f409b /Build/source/utils/asymptote/tests/types
parent0dfdf5c49b160d464b74a9cae8882ea81cc47878 (diff)
asy 1.99
git-svn-id: svn://tug.org/texlive/trunk@19047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/tests/types')
-rw-r--r--Build/source/utils/asymptote/tests/types/resolve.asy4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/tests/types/resolve.asy b/Build/source/utils/asymptote/tests/types/resolve.asy
index 83dd797e7cc..b668b15490f 100644
--- a/Build/source/utils/asymptote/tests/types/resolve.asy
+++ b/Build/source/utils/asymptote/tests/types/resolve.asy
@@ -147,6 +147,10 @@ assert(g(y=4.4, 4.4) == 7);
assert(!(f != g));
assert(!(g != f));
}
+{
+void foo() {}
+assert((foo == null ? 5 : 8) == 8);
+}
// TODO: Add packing vs. casting tests.