diff options
Diffstat (limited to 'test/CodeCompletion/Inputs/comments.h')
| -rw-r--r-- | test/CodeCompletion/Inputs/comments.h | 4 | 
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 000000000000..7b4b5daa0bd5 --- /dev/null +++ b/test/CodeCompletion/Inputs/comments.h @@ -0,0 +1,4 @@ +// PR32732 +struct B { +  // <- code completion +}; | 
