diff options
Diffstat (limited to 'clang/test/CodeCompletion/truncation.c.h')
-rw-r--r-- | clang/test/CodeCompletion/truncation.c.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/CodeCompletion/truncation.c.h b/clang/test/CodeCompletion/truncation.c.h new file mode 100644 index 0000000..a5ebbac --- /dev/null +++ b/clang/test/CodeCompletion/truncation.c.h @@ -0,0 +1,5 @@ +struct X { }; +struct Y { }; + +struct Xa { }; + |