mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add test for reading code which is too large
This commit is contained in:
parent
f2c903cfb6
commit
92913ab478
5 changed files with 36 additions and 1 deletions
7
test/badcode/rom/rom.c
Normal file
7
test/badcode/rom/rom.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "uvm32_target.h"
|
||||
|
||||
void main(void) {
|
||||
void *p = NULL;
|
||||
println(p);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue