diff options
Diffstat (limited to 'libcxxabi/test/test_fallback_malloc.cpp')
-rw-r--r-- | libcxxabi/test/test_fallback_malloc.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxxabi/test/test_fallback_malloc.cpp b/libcxxabi/test/test_fallback_malloc.cpp index aaddc6af670..474e0b3b336 100644 --- a/libcxxabi/test/test_fallback_malloc.cpp +++ b/libcxxabi/test/test_fallback_malloc.cpp @@ -1,3 +1,12 @@ +//===--------------------- test_fallback_malloc.cpp -----------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include <iostream> #include <deque> |