xref
: /
llvm-project
/
clang
/
test
/
Headers
/
Inputs
/
include
/
new
(revision 75e941b05c78e19c51e5c960c925f334b08109bb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#pragma once
2
3
namespace std
4
{
5
6
struct nothrow_t { explicit nothrow_t() = default; };
7
8
}
9