Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-04-08 02:04:09 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-04-08 02:04:09 +0300
commit4b294d16741aaf81c525e789244f7b68a9e8a781 (patch)
tree29c3ac054397cec1c67b129c1775255c812a9902 /example
parent60cce3d8b8cce953c67ecb22a082ad4d4c1d3aa9 (diff)
Refresh the free functions
Diffstat (limited to 'example')
-rw-r--r--example/use_cases.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/use_cases.cpp b/example/use_cases.cpp
index e9647d5c..a2779256 100644
--- a/example/use_cases.cpp
+++ b/example/use_cases.cpp
@@ -73,3 +73,8 @@ std::future<void> coroutine_write()
//! [coroutine_write]
}
#endif
+
+int main()
+{
+ return 0;
+} \ No newline at end of file