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.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/md/compiler/verifylayouts.cpp b/src/md/compiler/verifylayouts.cpp
new file mode 100644
index 0000000000..9a19c31005
--- /dev/null
+++ b/src/md/compiler/verifylayouts.cpp
@@ -0,0 +1,15 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+//*****************************************************************************
+// VerifyLayouts.cpp
+//
+
+//
+// Make sure that layouts of MD data structures doesn't change accidentally
+//
+//*****************************************************************************
+
+#include "stdafx.h"
+#include "verifylayouts.h"