diff options
Diffstat (limited to 'lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp')
-rw-r--r-- | lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp index 730a704..a678dad 100644 --- a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp +++ b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp @@ -1,3 +1,11 @@ +//===-- main.c --------------------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// #include <stdio.h> class Point { |