summaryrefslogtreecommitdiffstats
path: root/gulrak-filesystem/test/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gulrak-filesystem/test/exception.cpp')
-rw-r--r--gulrak-filesystem/test/exception.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gulrak-filesystem/test/exception.cpp b/gulrak-filesystem/test/exception.cpp
new file mode 100644
index 0000000..8d8b745
--- /dev/null
+++ b/gulrak-filesystem/test/exception.cpp
@@ -0,0 +1,5 @@
+#include <ghc/filesystem.hpp>
+
+int main() {
+ return 0;
+}