diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-22 21:18:04 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-22 21:18:04 +0000 |
commit | e0b666adaf915eaff59507f0fdcc4a120f68ce40 (patch) | |
tree | 427694574809fd86191343f574cd2e23bbe1f4a6 /test/std/utilities/function.objects/func.require/invoke_helpers.h | |
parent | dfd66a522f6e3ab9b03c0921ba40f012de0958b0 (diff) |
Notes
Diffstat (limited to 'test/std/utilities/function.objects/func.require/invoke_helpers.h')
-rw-r--r-- | test/std/utilities/function.objects/func.require/invoke_helpers.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/std/utilities/function.objects/func.require/invoke_helpers.h b/test/std/utilities/function.objects/func.require/invoke_helpers.h index 0583b624da31..a85b39f37175 100644 --- a/test/std/utilities/function.objects/func.require/invoke_helpers.h +++ b/test/std/utilities/function.objects/func.require/invoke_helpers.h @@ -1,3 +1,12 @@ +//===----------------------------------------------------------------------===// +// +// 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. +// +//===----------------------------------------------------------------------===// + #ifndef INVOKE_HELPERS_H #define INVOKE_HELPERS_H |