We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b8f0d commit af55bffCopy full SHA for af55bff
compiler-rt/test/asan/TestCases/defines.h
@@ -1,4 +1,5 @@
1
-#pragma once
+#ifndef SANITIZER_TEST_DEFINES_H
2
+#define SANITIZER_TEST_DEFINES_H
3
4
#if defined(_MSC_VER) && !defined(__clang__)
5
# include <intrin.h>
@@ -29,3 +30,5 @@
29
30
# define MULTIPLE_ATTRIBUTE_DECL(a, b) __attribute__((a, b))
31
32
#endif // _MSC_VER
33
+
34
+#endif // SANITIZER_TEST_DEFINES
0 commit comments