diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-23 21:08:34 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-23 21:08:34 -0400 |
commit | fa1c2a97da1dc6e728bb1bc7ed0031712849ae6a (patch) | |
tree | 4d25f85685405e428260741caffa63c2e4f57ab2 /tests/test.c | |
parent | 7737afa6c225d947e02893c1698cc76a4b4ca4b1 (diff) |
Diffstat (limited to 'tests/test.c')
-rw-r--r-- | tests/test.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test.c b/tests/test.c deleted file mode 100644 index 8eb344a..0000000 --- a/tests/test.c +++ /dev/null @@ -1,8 +0,0 @@ -int main() -{ - volatile int *mem = (int *)0x200; - *mem = 24; - for (int i = 0; i < 8; ++i) - *mem += 2; - return *mem; -} |