summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/Inputs/comments.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeCompletion/Inputs/comments.h')
-rw-r--r--test/CodeCompletion/Inputs/comments.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeCompletion/Inputs/comments.h b/test/CodeCompletion/Inputs/comments.h
new file mode 100644
index 0000000000..7b4b5daa0b
--- /dev/null
+++ b/test/CodeCompletion/Inputs/comments.h
@@ -0,0 +1,4 @@
+// PR32732
+struct B {
+ // <- code completion
+};