Initial commit
This commit is contained in:
commit
dd2feddfd6
10 changed files with 370 additions and 0 deletions
2
src/CMakeLists.txt
Normal file
2
src/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
add_executable(test main.cpp)
|
||||
|
5
src/main.cpp
Normal file
5
src/main.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <difftest.hpp>
|
||||
|
||||
using reg_t = uint32_t;
|
||||
|
||||
int main() { return 0; }
|
Loading…
Add table
Add a link
Reference in a new issue