summaryrefslogtreecommitdiff
path: root/src/jit/jitstd/new.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jitstd/new.h')
-rw-r--r--src/jit/jitstd/new.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/jit/jitstd/new.h b/src/jit/jitstd/new.h
new file mode 100644
index 0000000000..7054fbea0b
--- /dev/null
+++ b/src/jit/jitstd/new.h
@@ -0,0 +1,16 @@
+// 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.
+
+
+
+#pragma once
+
+namespace jitstd
+{
+
+struct placement_t
+{
+};
+
+}