uvm32/test/badcode/rom/rom.c
2025-12-13 18:02:43 +00:00

7 lines
84 B
C

#include "uvm32_target.h"
void main(void) {
void *p = NULL;
println(p);
}