xref: /openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/msan_test_config.h (revision 3cab2bb3f667058bece8e38b12449a63a9d73c4b)
1 //===-- msan_test_config.h ----------------------------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file is a part of MemorySanitizer.
10 //
11 // MemorySanitizer unit tests.
12 //===----------------------------------------------------------------------===//
13 
14 #ifndef MSAN_TEST_CONFIG_H
15 #define MSAN_TEST_CONFIG_H
16 
17 #include "gtest/gtest.h"
18 
19 #endif // MSAN_TEST_CONFIG_H
20