summaryrefslogtreecommitdiffstats
path: root/memory/fallible/fallible.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'memory/fallible/fallible.cpp')
-rw-r--r--memory/fallible/fallible.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/memory/fallible/fallible.cpp b/memory/fallible/fallible.cpp
new file mode 100644
index 000000000..5a449bc80
--- /dev/null
+++ b/memory/fallible/fallible.cpp
@@ -0,0 +1,11 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#include "fallible.h"
+
+namespace mozilla {
+
+const fallible_t fallible = {};
+
+} // namespace mozilla