a.c (161B)
1 /* ADR_PREL_PG_HI21 + LDST8_ABS_LO12_NC: load a const char. */ 2 static const char g = 42; 3 int test_main(void) { return *(volatile const char*)&g == 42 ? 0 : 1; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |