summaryrefslogtreecommitdiffhomepage
path: root/test/test_samples/test_ostream.nc
blob: 0d0410b874165220a5af61a6fa4ea1fee6b55464 (plain)
1
2
3
4
5
6
7
8
9
#include <GenericsLibrary/ostream.nhh>

let main()
{
    let io := 0;
    io := ostream{};
    let arr := io.read(0, 0);
    return arr;
}