summaryrefslogtreecommitdiffstats
path: root/tests/bugs162/IntoBinary/Asp.java
blob: 8614a5175850eec51a00441c7724b5678a33e9db (plain)
1
2
3
public aspect Asp {
  before(): execution(* foo(..)) {}
}