summaryrefslogtreecommitdiff
path: root/src/md/compiler/verifylayouts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/compiler/verifylayouts.cpp')
-rw-r--r--src/md/compiler/verifylayouts.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/md/compiler/verifylayouts.cpp b/src/md/compiler/verifylayouts.cpp
new file mode 100644
index 0000000000..bbf7b94b14
--- /dev/null
+++ b/src/md/compiler/verifylayouts.cpp
@@ -0,0 +1,14 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+//*****************************************************************************
+// VerifyLayouts.cpp
+//
+
+//
+// Make sure that layouts of MD data structures doesn't change accidentally
+//
+//*****************************************************************************
+
+#include "stdafx.h"
+#include "verifylayouts.h"