You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pr78261.aj 95B

12345
  1. public aspect pr78261 {
  2. pointcut absurd() : get(void *); // CE L3, fields can't be void
  3. }