summaryrefslogtreecommitdiffstats
path: root/test/Index/annotate-tokens-with-default-args.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/annotate-tokens-with-default-args.h')
-rw-r--r--test/Index/annotate-tokens-with-default-args.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/annotate-tokens-with-default-args.h b/test/Index/annotate-tokens-with-default-args.h
new file mode 100644
index 0000000..323c519
--- /dev/null
+++ b/test/Index/annotate-tokens-with-default-args.h
@@ -0,0 +1,3 @@
+struct Foo {
+ void m(Foo *f = 0);
+};
OpenPOWER on IntegriCloud