1 2 3 4 5
public aspect pr107059 { before() : call(void (@a *)(..)) {} // note missing "." in pattern }