From aa427cb5fe7564a85703f14f76f854419274decc Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 4 Sep 2024 00:11:04 +0200 Subject: Bleh --- asl/option_tests.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 asl/option_tests.cpp (limited to 'asl/option_tests.cpp') 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; } -- cgit