diff options
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; +} |