llvm/clang/test/Headers/Inputs/include/new

#pragma once

namespace std
{

struct nothrow_t { explicit nothrow_t() = default; };

}