commit | eac9d47a91770fa47b9f857ea38a484048bcb31a | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Aug 03 13:57:14 2020 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 23 03:21:06 2021 -0800 |
tree | 6585e68d01cfa6eec71221d50906bc681895dfe6 | |
parent | 2f21073ed0cb179bdeb87ab482533cc49955ba0e [diff] [blame] |
fd: Implement managed file descriptor support Change-Id: I0c5c438aa2c31ae52e115951b3fb1e85df182fd1 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/test/fd/intf.cpp b/test/fd/intf.cpp new file mode 100644 index 0000000..d4cc8c2 --- /dev/null +++ b/test/fd/intf.cpp
@@ -0,0 +1,4 @@ +#include <stdplus/fd/intf.hpp> +int main(int, char*[]) +{ +}