diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bugs150/pr107059.aj | 5 |
1 files changed, 5 insertions, 0 deletions
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 |