summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr78261.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150/pr78261.aj')
-rw-r--r--tests/bugs150/pr78261.aj5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs150/pr78261.aj b/tests/bugs150/pr78261.aj
new file mode 100644
index 000000000..64df073d4
--- /dev/null
+++ b/tests/bugs150/pr78261.aj
@@ -0,0 +1,5 @@
+public aspect pr78261 {
+
+ pointcut absurd() : get(void *); // CE L3, fields can't be void
+
+} \ No newline at end of file