diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-09-04 00:11:04 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-09-04 00:11:04 +0200 |
commit | aa427cb5fe7564a85703f14f76f854419274decc (patch) | |
tree | 8395e90d6ce25f8044fb5d2a1a21eecb6e80ed08 /asl/option_tests.cpp | |
parent | f0a94256e25c844ca2ff99377bc8b2fb94f69e84 (diff) |
Bleh
Diffstat (limited to 'asl/option_tests.cpp')
-rw-r--r-- | asl/option_tests.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asl/option_tests.cpp b/asl/option_tests.cpp new file mode 100644 index 0000000..41c67e1 --- /dev/null +++ b/asl/option_tests.cpp @@ -0,0 +1,3 @@ +#include "asl/option.hpp"
+
+int main() { return 0; }
|