diff options
Diffstat (limited to 'system/memory/fallible/fallible.cpp')
-rw-r--r-- | system/memory/fallible/fallible.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/memory/fallible/fallible.cpp b/system/memory/fallible/fallible.cpp new file mode 100644 index 000000000..5a449bc80 --- /dev/null +++ b/system/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 |