From b42e5076ff9b43027377f71744e9c14935bf788f Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 12 Aug 2024 19:33:50 +0200 Subject: i had fixed that issue earlier in the last commit with the if...else and break --- UBasan-test.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 UBasan-test.cpp (limited to 'UBasan-test.cpp') diff --git a/UBasan-test.cpp b/UBasan-test.cpp new file mode 100644 index 0000000..a2d68f5 --- /dev/null +++ b/UBasan-test.cpp @@ -0,0 +1,15 @@ +#include +#include +#include "sales_data.hpp" +#include "sales_item.hpp" + +/* + * + * + * + * + */ + +int main () { + return 0; +} -- cgit v1.2.3