1 //===----------------------------------------------------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
11 // explicit nothrow_t() = default;
13 // extern const nothrow_t nothrow;
18 int main(int, char**) {
19 std::nothrow_t x
= std::nothrow
;