From 289eb6a040da3d89b29d39deae0b42c70956cc64 Mon Sep 17 00:00:00 2001 From: acolyer Date: Tue, 16 Aug 2005 09:25:20 +0000 Subject: [PATCH] test for Bugzilla Bug 107059 parser crashes on call(void (@a *)(..) --- tests/bugs150/pr107059.aj | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/bugs150/pr107059.aj diff --git a/tests/bugs150/pr107059.aj b/tests/bugs150/pr107059.aj new file mode 100644 index 000000000..9cae5a177 --- /dev/null +++ b/tests/bugs150/pr107059.aj @@ -0,0 +1,5 @@ +public aspect pr107059 { + + before() : call(void (@a *)(..)) {} // note missing "." in pattern + +} \ No newline at end of file -- 2.39.5