aboutsummaryrefslogtreecommitdiffstats
path: root/tests/harness/XLintcflow.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/harness/XLintcflow.java')
-rw-r--r--tests/harness/XLintcflow.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/harness/XLintcflow.java b/tests/harness/XLintcflow.java
new file mode 100644
index 000000000..e77445b6e
--- /dev/null
+++ b/tests/harness/XLintcflow.java
@@ -0,0 +1,6 @@
+// "Two Xlint warnings wth cflow?"
+
+aspect A {
+ before(): call(* *(..)) && cflow(execution(* *(..))) {
+ }
+}