diff options
author | Oskar <[email protected]> | 2024-08-12 19:33:50 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-12 19:33:50 +0200 |
commit | b42e5076ff9b43027377f71744e9c14935bf788f (patch) | |
tree | 6df30a6beb6e550735226aa1633dc917027cdddd /UBasan-test.cpp | |
parent | 0863591e1aa4a172e376dcdc9c3e0d2c39a63019 (diff) |
i had fixed that issue earlier in the last commit with the if...else and break
Diffstat (limited to 'UBasan-test.cpp')
-rw-r--r-- | UBasan-test.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
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 <iostream> +#include <vector> +#include "sales_data.hpp" +#include "sales_item.hpp" + +/* + * + * + * + * + */ + +int main () { + return 0; +} |